aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xot.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-12-08 19:32:53 +0000
committerGuy Harris <guy@alum.mit.edu>2006-12-08 19:32:53 +0000
commit21726d3714ec6aafbf058d192aa0b11c7fa435b3 (patch)
tree47744c19142d3a11b2d6cccf9b5a3efebb7d76d1 /epan/dissectors/packet-xot.c
parent7c9f095a2641b5b8a402ff6c160e3fe69a6910cc (diff)
The XOT dissector is now a "new-style" dissector; register it as such.
svn path=/trunk/; revision=20073
Diffstat (limited to 'epan/dissectors/packet-xot.c')
-rw-r--r--epan/dissectors/packet-xot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xot.c b/epan/dissectors/packet-xot.c
index af181c5529..f75f10818b 100644
--- a/epan/dissectors/packet-xot.c
+++ b/epan/dissectors/packet-xot.c
@@ -155,7 +155,7 @@ proto_register_xot(void)
proto_xot = proto_register_protocol("X.25 over TCP", "XOT", "xot");
proto_register_field_array(proto_xot, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- register_dissector("xot", dissect_xot, proto_xot);
+ new_register_dissector("xot", dissect_xot, proto_xot);
xot_module = prefs_register_protocol(proto_xot, NULL);
prefs_register_bool_preference(xot_module, "desegment",