aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2005-05-02 20:45:22 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2005-05-02 20:45:22 +0000
commitb4af92846c2c40aee7f9cb21f64a527bd6d91f81 (patch)
tree45dfda5f97c0ff6dfb669d00102b8448508f0c4b /epan/dissectors/packet-sctp.h
parent949a9da364f4070a3ae9b63c75593665cdeb569a (diff)
Provide an indication to taps if the verification tag is reflected.
svn path=/trunk/; revision=14278
Diffstat (limited to 'epan/dissectors/packet-sctp.h')
-rw-r--r--epan/dissectors/packet-sctp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sctp.h b/epan/dissectors/packet-sctp.h
index 6b60f02a22..21a18be0b3 100644
--- a/epan/dissectors/packet-sctp.h
+++ b/epan/dissectors/packet-sctp.h
@@ -36,6 +36,7 @@ struct _sctp_info {
gboolean crc32c_calculated;
gboolean crc32c_correct;
gboolean checksum_zero;
+ gboolean vtag_reflected;
/* FIXME: do we need the ports and addresses to be here? */
guint16 sport;
guint16 dport;