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>
This commit is contained in:
Gerald Combs 2017-10-19 09:08:02 -07:00
parent c1807eec78
commit 7aa5630d1e
1 changed files with 2 additions and 0 deletions

View File

@ -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)