aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-12 21:08:46 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-12 21:08:46 +0000
commit2b3447cc87ea966781aee7185098d4e0f8f9bd99 (patch)
tree77b7938a1d7bf06daf1580099d778ae7ad9fe4f2 /epan/dissectors/packet-tcp.h
parent775212f97d232040f9c867f5d02c7642324cd0f1 (diff)
From Eric Travis:
Enhancement providing parsing capability for TCP Options 20 & 21 (IANA assigned). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25991 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index 4cfbc3342d..a4dc77fc96 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -148,6 +148,9 @@ typedef struct _tcp_flow_t {
*/
guint32 window; /* last seen window */
gint16 win_scale; /* -1 is we dont know */
+ gint16 scps_capable; /* flow advertised scps capabilities */
+ guint16 maxsizeacked; /* 0 if not yet known */
+
/* This tcp flow/session contains only one single PDU and should
* be reassembled until the final FIN segment.
*/