aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg/packet-http.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tpg/packet-http.c')
-rw-r--r--plugins/tpg/packet-http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tpg/packet-http.c b/plugins/tpg/packet-http.c
index 24b0df9f0d..6fe48fe5f2 100644
--- a/plugins/tpg/packet-http.c
+++ b/plugins/tpg/packet-http.c
@@ -113,7 +113,7 @@ static void proto_register_http(void) {
static void proto_reg_handoff_http(void) {
- http_handle = new_create_dissector_handle(dissect_http, proto_http);
+ http_handle = create_dissector_handle(dissect_http, proto_http);
dissector_delete_uint("tcp.port", 80, NULL);
dissector_add_uint("tcp.port", 80, http_handle);