aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_common.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-01-22 23:25:44 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-01-22 23:25:44 +0000
commitae61fe0158bd3afc2cfc034e81199cc7a39c2585 (patch)
treece35fff927c36939e98b12adf1ab81e1d05c54a2 /epan/dissectors/packet-gmr1_common.c
parent6e1c54c8fd2ffad18de05a839cebcf07613c5e5b (diff)
Try to fix dissection of GSM protocol family broken by r47209.
Using val_to_str seemed to be a good idea, but most value_string arrays were not properly filled or were using hacks. (I hope I got everything right...) svn path=/trunk/; revision=47218
Diffstat (limited to 'epan/dissectors/packet-gmr1_common.c')
-rw-r--r--epan/dissectors/packet-gmr1_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gmr1_common.c b/epan/dissectors/packet-gmr1_common.c
index 07eb80f83a..5b6021bb18 100644
--- a/epan/dissectors/packet-gmr1_common.c
+++ b/epan/dissectors/packet-gmr1_common.c
@@ -75,7 +75,7 @@ const value_string gmr1_pd_short_vals[] = {
const value_string gmr1_ie_common_strings[] = {
{ 0, "Mobile Earth Station Classmark 2" }, /* [1] 11.5.1.6 */
- { 0, "Spare Half Octet" }, /* [1] 11.5.1.8 */
+ { 1, "Spare Half Octet" }, /* [1] 11.5.1.8 */
{ 0, NULL}
};