aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.heuristic
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.heuristic')
-rw-r--r--doc/README.heuristic2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.heuristic b/doc/README.heuristic
index 8158135cf2..4945f6210c 100644
--- a/doc/README.heuristic
+++ b/doc/README.heuristic
@@ -205,7 +205,7 @@ proto_reg_handoff_PROTOABBREV(void)
/* register as normal dissector for IP as well */
PROTOABBREV_handle = new_create_dissector_handle(dissect_PROTOABBREV,
proto_PROTOABBREV);
- dissector_add("ip.proto", IP_PROTO_PROTOABBREV, PROTOABBREV_handle);
+ dissector_add_uint("ip.proto", IP_PROTO_PROTOABBREV, PROTOABBREV_handle);
PROTOABBREV_inited = TRUE;
}
}