aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-12-17 20:43:38 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-12-17 20:43:38 +0000
commitd00059d2bc64242c617e572e58cfaeec74bc5184 (patch)
tree599b87ff057c68166c2f07a6c92177dc980649a5 /epan/dissectors/packet-tcp.h
parentc2e5c0c6aff04dbf76fcb213b534601fca0b0eb0 (diff)
From metatech:
New dissector for RTMP(T) protocol via bug #2078 svn path=/trunk/; revision=23902
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index afcb35a01c..4cfbc3342d 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -63,6 +63,7 @@ struct tcpheader {
struct tcpinfo {
guint32 seq; /* Sequence number of first byte in the data */
guint32 nxtseq; /* Sequence number of first byte after data */
+ guint32 lastackseq; /* Sequence number of last ack */
gboolean is_reassembled; /* This is reassembled data. */
gboolean urgent; /* TRUE if "urgent_pointer" is valid */
guint16 urgent_pointer; /* Urgent pointer value for the current packet. */