summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-telkonet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-telkonet.c')
-rw-r--r--epan/dissectors/packet-telkonet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-telkonet.c b/epan/dissectors/packet-telkonet.c
index de74c8f863..f84eacfc80 100644
--- a/epan/dissectors/packet-telkonet.c
+++ b/epan/dissectors/packet-telkonet.c
@@ -110,5 +110,5 @@ proto_reg_handoff_telkonet(void)
eth_withoutfcs_handle = find_dissector("eth_withoutfcs");
telkonet_handle = create_dissector_handle(dissect_telkonet, proto_telkonet);
- dissector_add("ethertype", ETHERTYPE_TELKONET, telkonet_handle);
+ dissector_add_uint("ethertype", ETHERTYPE_TELKONET, telkonet_handle);
}