summaryrefslogtreecommitdiff
path: root/doc/README.request_response_tracking
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-09-13 07:31:14 +0200
committerJörg Mayer <jmayer@loplof.de>2014-09-13 05:34:39 +0000
commit6a7414f7263df58e38a4473559a646fd39883667 (patch)
tree2e1e1bda4a1fe6f090922647387ea1b5f51d74ee /doc/README.request_response_tracking
parent0a0654a7aa58d16063d9bc35e61c7917fa5d1e58 (diff)
downloadwireshark-6a7414f7263df58e38a4473559a646fd39883667.tar.gz
README.dissector was split from README.developer in 2013 - update some
documents referring to the split out sections. Remove trailing whitespace while at this. Change-Id: I36cfe0ac55e8f653bffbf850e01f582aacf85557 Reviewed-on: https://code.wireshark.org/review/4094 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'doc/README.request_response_tracking')
-rw-r--r--doc/README.request_response_tracking2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.request_response_tracking b/doc/README.request_response_tracking
index 5c77c8d64e..09d945e40d 100644
--- a/doc/README.request_response_tracking
+++ b/doc/README.request_response_tracking
@@ -57,7 +57,7 @@ data you may want to keep track of from a request to a response.
We also need a structure that holds persistent information for each
conversation. A conversation is identified by SRC/DST address, protocol and
-SRC/DST port, see README.developer.
+SRC/DST port, see README.dissector, section 2.2.
In this case we only want to have a hash table to track the actual
transactions that occur for this unique conversation.
Some protocols negotiate session parameters during a login phase and those