diff options
author | Gerasimos Dimitriadis <dimeg@intracom.gr> | 2009-11-23 23:02:02 +0000 |
---|---|---|
committer | Gerasimos Dimitriadis <dimeg@intracom.gr> | 2009-11-23 23:02:02 +0000 |
commit | 299d64d45812218b5d93aea7e455535bebaab642 (patch) | |
tree | 41ce780e826ca225fbe57cd182b20c0fc2d5d53e /epan/dissectors/packet-gsm_a_common.h | |
parent | 5dcaa2bec02bacdcf5913e8b0c2d0c132cb1b615 (diff) | |
download | wireshark-299d64d45812218b5d93aea7e455535bebaab642.tar.gz wireshark-299d64d45812218b5d93aea7e455535bebaab642.tar.bz2 wireshark-299d64d45812218b5d93aea7e455535bebaab642.zip |
Use range_string for the decoding of the CN specific DRX
cycle length coefficient; fixed the decoding of unknown
values for Split PG Cycle Code; updated function for
Identity Type 2, now spare bit is explicitly shown; Reuse
the definition of the Switch-Measure-Switch values from
packet-gsm_a_common.c
svn path=/trunk/; revision=31060
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r-- | epan/dissectors/packet-gsm_a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h index dda9a3c071..4ee7268116 100644 --- a/epan/dissectors/packet-gsm_a_common.h +++ b/epan/dissectors/packet-gsm_a_common.h @@ -642,6 +642,7 @@ extern const value_string gsm_a_qos_traff_hdl_pri_vals[]; extern const value_string gsm_a_type_of_number_values[]; extern const value_string gsm_a_numbering_plan_id_values[]; +extern const value_string gsm_a_sms_vals[]; typedef enum { |