aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec-tcp.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-27Give "initialized" the right data type.Guy Harris1-1/+1
svn path=/trunk/; revision=26101
2008-08-27If port pref changed, delete registration for previous portBill Meier1-5/+13
svn path=/trunk/; revision=26099
2007-09-28this silly protocol uses the same port as ndmp and worse, there is Ronnie 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 svn path=/trunk/; revision=23009
2007-02-15Guess the meaning of some trailer bytesJörg Mayer1-12/+92
svn path=/trunk/; revision=20815
2007-02-14Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMPJörg Mayer1-0/+129
in TCP (incomplete). Add preference to select the tcp port (default: 10000) svn path=/trunk/; revision=20809