aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stanag4607.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-stanag4607.c')
-rw-r--r--epan/dissectors/packet-stanag4607.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-stanag4607.c b/epan/dissectors/packet-stanag4607.c
index 1a353d4481..6ea7ed873a 100644
--- a/epan/dissectors/packet-stanag4607.c
+++ b/epan/dissectors/packet-stanag4607.c
@@ -1643,7 +1643,7 @@ proto_reg_handoff_stanag4607(void)
{
static dissector_handle_t stanag4607_handle;
- stanag4607_handle = new_create_dissector_handle(dissect_stanag4607,
+ stanag4607_handle = create_dissector_handle(dissect_stanag4607,
proto_stanag4607);
dissector_add_uint("wtap_encap", WTAP_ENCAP_STANAG_4607, stanag4607_handle);
}