aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec-tcp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-27Move proto_reg_handoff to the end ...wmeier1-21/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29206 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-27Give "initialized" the right data type.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26101 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-27If port pref changed, delete registration for previous portwmeier1-5/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26099 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-28this silly protocol uses the same port as ndmp and worse, there is sahlberg1-2/+27
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23009 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-15Guess the meaning of some trailer bytesjmayer1-12/+92
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20815 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-14Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMPjmayer1-0/+129
in TCP (incomplete). Add preference to select the tcp port (default: 10000) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20809 f5534014-38df-0310-8fa8-9805f1628bb7