aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-14 13:22:55 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-14 13:22:55 +0000
commitc93ecfab7604bfc29ee4dca71c6c01f1773928db (patch)
tree9f5284665b179e5ed0f95ec0257c9639743548e4 /epan/dissectors/packet-udp.c
parent7a85b9509b3111f5efa5042fd9548f81f23c4e89 (diff)
Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP
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
Diffstat (limited to 'epan/dissectors/packet-udp.c')
-rw-r--r--epan/dissectors/packet-udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-udp.c b/epan/dissectors/packet-udp.c
index 2818eb58e0..e8decf6e15 100644
--- a/epan/dissectors/packet-udp.c
+++ b/epan/dissectors/packet-udp.c
@@ -481,6 +481,7 @@ proto_register_udp(void)
proto_udp = proto_register_protocol("User Datagram Protocol",
"UDP", "udp");
+ register_dissector("udp", dissect_udp, proto_udp);
proto_udplite = proto_register_protocol("Lightweight User Datagram Protocol",
"UDPlite", "udplite");
proto_register_field_array(proto_udp, hf, array_length(hf));