aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-27 21:07:52 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-27 21:07:52 +0000
commit040fb0ac7a3810de156d3efb78d33ff0990c0b8f (patch)
treec2783e741bfa22df4edc52eb29d1dffceb80fb8e /epan/dissectors/packet-gsm_a_common.c
parent76d9034e67092f288cb9726e5c114225f0657aea (diff)
Update towards 48.008 8.4.0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26589 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.c')
-rw-r--r--epan/dissectors/packet-gsm_a_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index c82508ed26..5a6edff981 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -1542,7 +1542,7 @@ de_spare_nibble(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_,
}
/*
- * [3] 10.5.1.9
+ * [3] 10.5.1.9 Descriptive group or broadcast call reference
*/
guint8
de_d_gb_call_ref(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
@@ -1618,7 +1618,7 @@ de_d_gb_call_ref(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_,
}
/*
- * [3] 10.5.1.10a
+ * [3] 10.5.1.10a PD and SAPI $(CCBS)$
*/
static guint8
de_pd_sapi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
@@ -1670,7 +1670,7 @@ de_pd_sapi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar
}
/*
- * [3] 10.5.1.11
+ * [3] 10.5.1.11 Priority Level
*/
static const value_string gsm_a_call_prio_vals[] = {
{ 0x00, "no priority applied" },
@@ -1701,7 +1701,7 @@ de_prio(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *a
}
/*
- * [3] 10.5.1.13
+ * [3] 10.5.1.13 PLMN list
*/
static guint8
de_plmn_list(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len)