aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-12-10 11:04:36 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-12-10 11:04:36 +0000
commit99295ee0d2e9af29aee265d2588193438abedd88 (patch)
tree7dec68db995846cd2c5301c5d47c6acacd59ffbd /epan/packet_info.h
parent1a5114edf9489fc589ce179f63a5014eecac7039 (diff)
put the SCTP PPI for current DATA chunk into packet_info (and ppid array renamed to ppids)
svn path=/trunk/; revision=26958
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index eb963b6532..5970344f1a 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -163,7 +163,8 @@ typedef struct _packet_info {
tvbuff_t *gssapi_decrypted_tvb;
gboolean gssapi_data_encrypted;
- guint32 ppid[MAX_NUMBER_OF_PPIDS]; /* The first NUMBER_OF_PPIDS PPIDS which are present
+ guint32 ppid; /* SCTP PPI of current DATA chunk */
+ guint32 ppids[MAX_NUMBER_OF_PPIDS]; /* The first NUMBER_OF_PPIDS PPIDS which are present
* in the SCTP packet
*/
void *private_data; /* pointer to data passed from one dissector to another */