aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-26 16:17:00 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-26 16:17:00 +0000
commit2bc9757d5d3909e28e78253cd5f5d0f4612a4bdd (patch)
treec8d9545756dab69d1b29913be99e58152362d0b0 /epan/dissectors/packet-gsm_a_common.h
parentd6fc28a0d1997fb5258d6ca48f66f734aa016854 (diff)
More IE decoding and bug fixes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28156 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r--epan/dissectors/packet-gsm_a_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index 15686e8563..ccf161e66e 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -574,7 +574,7 @@ guint16 de_plmn_list(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len,
guint16 de_ms_cm_1(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
guint16 de_ms_cm_2(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 de_ms_cm_3(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
-
+guint16 de_serv_cat(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 de_sm_apn(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 de_sm_pco(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
guint16 de_sm_qos(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
@@ -906,7 +906,7 @@ typedef enum
DE_CAUSE_NO_CLI, /* Cause of No CLI */
DE_IMM_MOD_IND, /* Immediate Modification Indicator */
DE_SUP_CODEC_LIST, /* Supported Codec List */
- DE_SRVC_CAT, /* Service Category */
+ DE_SERV_CAT, /* Service Category */
DE_REDIAL, /* 10.5.4.34 Redial */
/* Short Message Service Information Elements [5] 8.1.4 */
DE_CP_USER_DATA, /* CP-User Data */