aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-26 19:46:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-26 19:46:46 +0000
commitf47b6450082a41264811a52db4405f78df08f17c (patch)
tree017517a9a245a4788a2b55a2cb58a56ef3c747ee /epan/dissectors/packet-gsm_a_common.h
parent799b8635f3d723158d6d9f62612f894ea15c600b (diff)
From Pascal Quantin:
Add 3GPP 44.018 SI1, SI2bis, SI2ter and SI2quater full decoding svn path=/trunk/; revision=26559
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r--epan/dissectors/packet-gsm_a_common.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index 849cf33c80..075b68636c 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -913,10 +913,9 @@ typedef enum
DE_RR_CAUSE, /* 10.5.2.31 RR Cause */
DE_RR_SYNC_IND, /* 10.5.2.39 Synchronization Indication */
DE_RR_SI1_REST_OCT, /* [3] 10.5.2.32 SI1 Rest Octets */
-/* [3] 10.5.2.33 SI 2bis Rest Octets
- * [3] 10.5.2.33a SI 2ter Rest Octets
- * [3] 10.5.2.33b SI 2quater Rest Octets
- */
+/* [3] 10.5.2.33 SI 2bis Rest Octets */
+ DE_RR_SI2TER_REST_OCT, /* [3] 10.5.2.33a SI 2ter Rest Octets */
+ DE_RR_SI2QUATER_REST_OCT, /* [3] 10.5.2.33b SI 2quater Rest Octets */
DE_RR_SI3_REST_OCT, /* [3] 10.5.2.34 SI3 Rest Octets */
DE_RR_SI4_REST_OCT, /* [3] 10.5.2.35 SI4 Rest Octets */
DE_RR_SI6_REST_OCT, /* [3] 10.5.2.35a SI6 Rest Octets */