aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bmp.c')
-rw-r--r--epan/dissectors/packet-bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bmp.c b/epan/dissectors/packet-bmp.c
index 4672b53148..d505dfeea5 100644
--- a/epan/dissectors/packet-bmp.c
+++ b/epan/dissectors/packet-bmp.c
@@ -809,7 +809,7 @@ proto_reg_handoff_bmp(void)
{
static dissector_handle_t bmp_handle;
- bmp_handle = new_create_dissector_handle(dissect_bmp, proto_bmp);
+ bmp_handle = create_dissector_handle(dissect_bmp, proto_bmp);
dissector_add_for_decode_as("tcp.port", bmp_handle);
dissector_bgp = find_dissector("bgp");
}