aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sv
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/sv')
-rw-r--r--asn1/sv/packet-sv-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/sv/packet-sv-template.c b/asn1/sv/packet-sv-template.c
index 9ab6f16f00..e667f6dfcc 100644
--- a/asn1/sv/packet-sv-template.c
+++ b/asn1/sv/packet-sv-template.c
@@ -331,5 +331,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);
}