From 9b0c3f5eaf2d91596b1c6769b7e44666a641fa07 Mon Sep 17 00:00:00 2001 From: Eugene Adell Date: Sat, 9 Jan 2021 19:07:30 +0100 Subject: [PATCH] Just correct the documentation for this obvious mistake. Closes #17141. --- doc/README.dissector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.dissector b/doc/README.dissector index e364bd9785..648ba3293a 100644 --- a/doc/README.dissector +++ b/doc/README.dissector @@ -3398,7 +3398,7 @@ dissect_PROTO_tcp when the reassembly is complete and from dissect_PROTO_udp (or dissect_PROTO_other). To register the distinct dissector functions, consider the following -example, stolen from packet-dns.c: +example, stolen from packet-hartip.c: #include "packet-tcp.h"