http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51180
User: etxrab
Date: 2013/08/06 09:39 PM
Log:
From Michael Mann:
the heuristics of NDMP require 28 bytes to be present in order for it to be dissected as NDMP. NDMP is purely a heuristic dissector because TCPENCAP shares the same TCP port.
Since NDMP officially registered port 10000 with IANA, allow it to use dissector_add_uint() instead of packet-ipsec-tcp.c, and by default have TCPENCAP only rely on its heuristics.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5462
Directory: /trunk/epan/dissectors/
Changes Path Action
+31 -16 packet-ipsec-tcp.c Modified
+0 -2 packet-ndmp.c Modified