aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wfleet-hdlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wfleet-hdlc.c')
-rw-r--r--epan/dissectors/packet-wfleet-hdlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wfleet-hdlc.c b/epan/dissectors/packet-wfleet-hdlc.c
index 76f2f44594..a94e6dfdee 100644
--- a/epan/dissectors/packet-wfleet-hdlc.c
+++ b/epan/dissectors/packet-wfleet-hdlc.c
@@ -113,7 +113,7 @@ proto_reg_handoff_wfleet_hdlc(void)
dissector_handle_t wfleet_hdlc_handle;
wfleet_hdlc_handle = find_dissector("wfleet_hdlc");
- dissector_add("wtap_encap", WTAP_ENCAP_WFLEET_HDLC, wfleet_hdlc_handle);
+ dissector_add_uint("wtap_encap", WTAP_ENCAP_WFLEET_HDLC, wfleet_hdlc_handle);
/*
* Find the eth dissector and save a ref to it