summaryrefslogtreecommitdiff
path: root/plugins/wimaxasncp/packet-wimaxasncp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimaxasncp/packet-wimaxasncp.c')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index 28e8a7d349..d1dca91b70 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -3467,7 +3467,7 @@ proto_reg_handoff_wimaxasncp(void)
{
/* Find the EAP dissector */
- eap_handle = find_dissector("eap");
+ eap_handle = find_dissector_add_dependency("eap", proto_wimaxasncp);
inited = TRUE;
}