aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-regreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/packet-regreq.c')
-rw-r--r--plugins/docsis/packet-regreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/packet-regreq.c b/plugins/docsis/packet-regreq.c
index 1608ff178f..03244259e1 100644
--- a/plugins/docsis/packet-regreq.c
+++ b/plugins/docsis/packet-regreq.c
@@ -90,7 +90,7 @@ proto_register_docsis_regreq (void)
proto_register_field_array (proto_docsis_regreq, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));
- new_register_dissector ("docsis_regreq", dissect_regreq, proto_docsis_regreq);
+ register_dissector ("docsis_regreq", dissect_regreq, proto_docsis_regreq);
}
void