Wireshark-commits: [Wireshark-commits] rev 23009: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 28 Sep 2007 07:34:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23009

User: sahlberg
Date: 2007/09/28 07:34 AM

Log:
 this silly protocol uses the same port as ndmp   and worse,   there is 
 nothing really in the header to identify it reliably as silly 
 vendor specific encapsulation 
 
 10000 is actually registered by iana for ndmp   so it makes no sense for 
 a lazy vendor to use it by default.
 
 make it check if the packet is ndmp first before assuming that anything 
 that goes to port 10000 must be some lazy vendor specific protocol
 
 grrr

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +27 -2     packet-ipsec-tcp.c    Modified