aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.h
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-12-06 14:45:06 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-12-06 14:45:06 +0000
commitae37302c397c8254d2f09923416a608e808df55e (patch)
tree6e7045eba968056c30fd42ae067d5444ad3fd5f1 /epan/dissectors/packet-sctp.h
parentd1e904b518b745207d9101b108cf667033f20bb2 (diff)
Add assoc_index to the properties that can be filtered.
Find the association for each packet. svn path=/trunk/; revision=53810
Diffstat (limited to 'epan/dissectors/packet-sctp.h')
-rw-r--r--epan/dissectors/packet-sctp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sctp.h b/epan/dissectors/packet-sctp.h
index 0cf60b3158..7d6bfecf54 100644
--- a/epan/dissectors/packet-sctp.h
+++ b/epan/dissectors/packet-sctp.h
@@ -42,6 +42,8 @@ struct _sctp_info {
address ip_src;
address ip_dst;
guint32 verification_tag;
+ guint16 assoc_index;
+ guint16 direction;
guint32 number_of_tvbs;
tvbuff_t *tvb[MAXIMUM_NUMBER_OF_TVBS];
};