aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dccreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/packet-dccreq.c')
-rw-r--r--plugins/docsis/packet-dccreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/packet-dccreq.c b/plugins/docsis/packet-dccreq.c
index ba88ed41f3..ce7d84f42d 100644
--- a/plugins/docsis/packet-dccreq.c
+++ b/plugins/docsis/packet-dccreq.c
@@ -602,6 +602,6 @@ proto_reg_handoff_docsis_dccreq (void)
dissector_handle_t docsis_dccreq_handle;
docsis_dccreq_handle = find_dissector ("docsis_dccreq");
- dissector_add ("docsis_mgmt", 0x17, docsis_dccreq_handle);
+ dissector_add_uint ("docsis_mgmt", 0x17, docsis_dccreq_handle);
}