summaryrefslogtreecommitdiff
path: root/doc/README.dissector
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index cdfce9ab1e..e5c955d21a 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -2489,7 +2489,7 @@ So add the following items to the struct that is used for the protocol data:
nstime_t ts_prev;
The ts_prev value should only be set during the first run through the
-packets (ie pinfo->fd->flags.visited is false).
+packets (ie PINFO_FD_VISITED(pinfo) is false).
Next step is to use the per-packet information (described in section 2.5)
to keep the calculated delta timestamp, as it can only be calculated