summaryrefslogtreecommitdiffstats
path: root/src/isi-sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/isi-sim.c')
-rw-r--r--src/isi-sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isi-sim.c b/src/isi-sim.c
index 086704a..ccbda76 100644
--- a/src/isi-sim.c
+++ b/src/isi-sim.c
@@ -194,7 +194,7 @@ void proto_reg_handoff_isi_sim(void) {
if (!initialized) {
isi_sim_handle = create_dissector_handle(dissect_isi_sim, proto_isi);
- dissector_add("isi.resource", 0x09, isi_sim_handle);
+ dissector_add_uint("isi.resource", 0x09, isi_sim_handle);
}
}