summaryrefslogtreecommitdiffstats
path: root/src/isi-light.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/isi-light.c')
-rw-r--r--src/isi-light.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isi-light.c b/src/isi-light.c
index 0931e45..5b0f16e 100644
--- a/src/isi-light.c
+++ b/src/isi-light.c
@@ -101,7 +101,7 @@ void proto_reg_handoff_isi_light(void) {
if (!initialized) {
isi_light_handle = create_dissector_handle(dissect_isi_light, proto_isi);
- dissector_add("isi.resource", 0x3A, isi_light_handle);
+ dissector_add_uint("isi.resource", 0x3A, isi_light_handle);
}
}