aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http2.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-http2.c')
-rw-r--r--epan/dissectors/packet-http2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http2.c b/epan/dissectors/packet-http2.c
index c7bee423c2..98e4283394 100644
--- a/epan/dissectors/packet-http2.c
+++ b/epan/dissectors/packet-http2.c
@@ -1852,7 +1852,7 @@ proto_register_http2(void)
prefs_register_obsolete_preference(http2_module, "heuristic_http2");
- new_register_dissector("http2", dissect_http2, proto_http2);
+ register_dissector("http2", dissect_http2, proto_http2);
http2_tap = register_tap("http2");
}