aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec-udp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-107/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-10-02Add RCS IDs.Guy Harris1-0/+2
svn path=/trunk/; revision=8597
2003-08-10Put an item into the protocol tree for the non-ESP marker.Guy Harris1-1/+8
Set the protocol tree item for IPSEC-over-UDP to the length of the IPSEC-over-UDP header - i.e., don't include the actual ISAKMP or ESP data in that item. svn path=/trunk/; revision=8156
2003-08-08Handle NAT-keepalive packets.Guy Harris1-12/+18
Clear the Info column before dissecting. Use "proto_tree_add_item()" to create the top-level entry - the string used in the "proto_tree_add_protocol_format()" call was the protocol's long name, so "proto_tree_add_item()" would use it. Don't register the dissector by name - nobody uses it. svn path=/trunk/; revision=8154
2003-06-19From Markus Friedl: Add support for draft-ietf-ipsec-udp-encaps-06.txt.Gerald Combs1-0/+92
svn path=/trunk/; revision=7900