aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-10-19 09:08:02 -0700
committerGerald Combs <gerald@wireshark.org>2017-10-19 16:10:06 +0000
commit7aa5630d1eeb4b25d2467b9eb12f52c56df7c96d (patch)
treec13958541a50f3efbc9392bc965aa1ec6cec2f44 /epan/dissectors/packet-tcp.c
parentc1807eec7800c7b6ab8f99a42b1edca741d5da0b (diff)
TCP: Add a documentation note.
Note that changes to tcp_analyze_sequence_number should be synced with docbook/wsug_src/WSUG_chapter_advanced.asciidoc#ChAdvTCPAnalysis. Change-Id: Iac72d2cf808d84c17fa5f12012675e0af1895cd1 Reviewed-on: https://code.wireshark.org/review/23989 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/dissectors/packet-tcp.c')
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 42e85b1409..1dbe97b094 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -1845,6 +1845,8 @@ tcp_analyze_get_acked_struct(guint32 frame, guint32 seq, guint32 ack, gboolean c
*
* New segments are always added to the head of the fwd/rev lists.
*
+ * Changes below should be synced with ChAdvTCPAnalysis in the User's
+ * Guide: docbook/wsug_src/WSUG_chapter_advanced.asciidoc
*/
static void
tcp_analyze_sequence_number(packet_info *pinfo, guint32 seq, guint32 ack, guint32 seglen, guint16 flags, guint32 window, struct tcp_analysis *tcpd)