aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-02 20:45:22 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-02 20:45:22 +0000
commitd77bccc00b9fa0c4c728e014b9de92bf4877de79 (patch)
tree45dfda5f97c0ff6dfb669d00102b8448508f0c4b /epan/dissectors/packet-sctp.h
parent0e02c18b06496b60a464a2b4fc80686dd66f84cf (diff)
Provide an indication to taps if the verification tag is reflected.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14278 f5534014-38df-0310-8fa8-9805f1628bb7
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;