aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-arp.c')
-rw-r--r--epan/dissectors/packet-arp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-arp.c b/epan/dissectors/packet-arp.c
index 7274cc2b57..e6a40f21ca 100644
--- a/epan/dissectors/packet-arp.c
+++ b/epan/dissectors/packet-arp.c
@@ -1970,8 +1970,8 @@ proto_register_arp(void)
expert_arp = expert_register_protocol(proto_arp);
expert_register_field_array(expert_arp, ei, array_length(ei));
- atmarp_handle = new_create_dissector_handle(dissect_atmarp, proto_atmarp);
- ax25arp_handle = new_create_dissector_handle(dissect_ax25arp, proto_arp);
+ atmarp_handle = create_dissector_handle(dissect_atmarp, proto_atmarp);
+ ax25arp_handle = create_dissector_handle(dissect_ax25arp, proto_arp);
arp_handle = new_register_dissector( "arp" , dissect_arp, proto_arp );