I wonder that how openser parse the source port from the request. Does the parser function get the port from the header of packet(TCP/UDP) or from the content(by parsing Via header or something) of request message.
Regards, Kevin
_________________________________________________________________ 这里好多好玩的视频,用鼠标点到视频看看,有惊喜! http://cnweb.search.live.com/video/results.aspx?q=%E5%A5%A5%E8%BF%90%E5%9C%A...
El Friday 18 July 2008 14:49:17 KevinKinnan escribió:
I wonder that how openser parse the source port from the request. Does the parser function get the port from the header of packet(TCP/UDP) or from the content(by parsing Via header or something) of request message.
Of course from the TCP/UDP package since in TCP the real source port doesn't appear in the "Via".