aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sv.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sv.c')
-rw-r--r--epan/dissectors/packet-sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sv.c b/epan/dissectors/packet-sv.c
index aaeccf4079..4e845e2e5f 100644
--- a/epan/dissectors/packet-sv.c
+++ b/epan/dissectors/packet-sv.c
@@ -558,5 +558,5 @@ void proto_reg_handoff_sv(void) {
dissector_handle_t sv_handle;
sv_handle = find_dissector("sv");
- dissector_add("ethertype", ETHERTYPE_IEC61850_SV, sv_handle);
+ dissector_add_uint("ethertype", ETHERTYPE_IEC61850_SV, sv_handle);
}