aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.h
diff options
context:
space:
mode:
authorruengeler <ruengeler@wireshark.org>2015-10-05 15:55:40 +0200
committerMichael Tüxen <tuexen@wireshark.org>2015-10-05 17:38:08 +0000
commitd52322efb3ab782871312950876803334ec018b9 (patch)
treea9049aa52e49c31f8d346ae2bcfe842694c2f776 /epan/dissectors/packet-sctp.h
parenta24eeb931ea90b1fe63019c4e07065089e236351 (diff)
SCTP I-DATA support
Change-Id: I459942b9e3287d500dda517568252d4cb56d3216 Reviewed-on: https://code.wireshark.org/review/10802 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Michael Tüxen <tuexen@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
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 237145b8e0..8b2022e075 100644
--- a/epan/dissectors/packet-sctp.h
+++ b/epan/dissectors/packet-sctp.h
@@ -51,6 +51,7 @@ typedef struct _sctp_fragment {
guint32 frame_num;
guint32 tsn;
guint32 len;
+ guint32 ppi;
unsigned char *data;
struct _sctp_fragment *next;
} sctp_fragment;
@@ -74,6 +75,7 @@ typedef struct _sctp_frag_msg {
sctp_frag_be* ends;
sctp_fragment* fragments;
sctp_complete_msg* messages;
+ guint32 ppi;
struct _sctp_frag_msg* next;
} sctp_frag_msg;