aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec-udp.c
AgeCommit message (Collapse)AuthorFilesLines
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