aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index b7fbabc150..8d062df9c9 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -7666,7 +7666,7 @@ proto_register_tn3270(void)
expert_module_t* expert_tn3270;
proto_tn3270 = proto_register_protocol("TN3270 Protocol", "TN3270", "tn3270");
- new_register_dissector("tn3270", dissect_tn3270, proto_tn3270);
+ register_dissector("tn3270", dissect_tn3270, proto_tn3270);
proto_register_field_array(proto_tn3270, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
expert_tn3270 = expert_register_protocol(proto_tn3270);