aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-thrift.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-thrift.c')
-rw-r--r--epan/dissectors/packet-thrift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-thrift.c b/epan/dissectors/packet-thrift.c
index b25ed61fae..7bacc6b272 100644
--- a/epan/dissectors/packet-thrift.c
+++ b/epan/dissectors/packet-thrift.c
@@ -434,7 +434,7 @@ void proto_register_thrift(void) {
proto_register_subtree_array(ett, array_length(ett));
/* register dissector */
- /*register_dissector("thrift", dissect_thrift, proto_thrift); */
+ /*new_register_dissector("thrift", dissect_thrift, proto_thrift); */
}
void proto_reg_handoff_thrift(void) {