aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-06-26 10:05:37 -0700
committerAnders Broman <a.broman58@gmail.com>2015-06-26 17:41:11 +0000
commit2c9a9aff5a61789fba87a92fe566e6018db318ae (patch)
treef8f85dc4cc777ee0227188d99773ced07ada8086 /doc/README.dissector
parent304f9021f4356b8957a902ab7d8abf86517beb2f (diff)
Replace pinfo->fd->flags.visited calls by PINFO_FD_VISITED(pinfo) in documentation
Change-Id: If92787ddf3444edc466f04d7c2d9327cb8a50fba Reviewed-on: https://code.wireshark.org/review/9173 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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