aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-02-14 13:22:55 +0000
committerJörg Mayer <jmayer@loplof.de>2007-02-14 13:22:55 +0000
commit4bc0860be228b79d2a217fc093e5205bd49dbc2b (patch)
tree9f5284665b179e5ed0f95ec0257c9639743548e4 /epan/dissectors/packet-udp.c
parentbfcb77a3ffbc8311ccadc69045814508dde7153e (diff)
Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP
in TCP (incomplete). Add preference to select the tcp port (default: 10000) svn path=/trunk/; revision=20809
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));