aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-05-18 20:06:17 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-05-18 20:06:17 +0000
commit80c1ef3811ba2d4bfd787b417aa1333eda6a94d1 (patch)
tree24b62aceecb90672e3ba9a47bf84de944d000c3f /epan/dissectors/packet-ansi_map.c
parentd391f403dac4013e06eb7772af92abfc7c267de9 (diff)
Fix a couple (value) mistakes in value_strings. Found by Martin's patch on the -dev list.
svn path=/trunk/; revision=37259
Diffstat (limited to 'epan/dissectors/packet-ansi_map.c')
-rw-r--r--epan/dissectors/packet-ansi_map.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-ansi_map.c b/epan/dissectors/packet-ansi_map.c
index 78e1da6c4a..78b664af49 100644
--- a/epan/dissectors/packet-ansi_map.c
+++ b/epan/dissectors/packet-ansi_map.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-ansi_map.c */
-/* ../../tools/asn2wrs.py -b -p ansi_map -c ./ansi_map.cnf -s ./packet-ansi_map-template -D . ansi_map.asn */
+/* ../../../tools/asn2wrs.py -b -p ansi_map -c ../../../asn1/ansi_map/ansi_map.cnf -s ../../../asn1/ansi_map/packet-ansi_map-template -D ../../../asn1/ansi_map ansi_map.asn */
/* Input file: packet-ansi_map-template.c */
@@ -3046,7 +3046,7 @@ static const value_string ansi_map_PACA_Level_vals[] = {
{ 6, "Priority Level 6"},
{ 7, "Priority Level 7"},
{ 8, "Priority Level 8"},
- { 8, "Priority Level 9"},
+ { 9, "Priority Level 9"},
{ 10, "Priority Level 10"},
{ 11, "Priority Level 11"},
{ 12, "Priority Level 12"},
@@ -3244,8 +3244,8 @@ static const value_string ansi_map_SMS_NotificationIndicator_vals[] = {
static const value_string ansi_map_SMS_OriginationRestrictions_default_vals[] = {
{ 0, "Block all"},
{ 1, "Reserved"},
- { 1, "Allow specific"},
- { 1, "Allow all"},
+ { 2, "Allow specific"},
+ { 3, "Allow all"},
{ 0, NULL }
};
/* DIRECT (octet 1, bit C) */
@@ -16120,7 +16120,7 @@ static int dissect_returnData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_
case 61: /*TMSI Directive*/
offset = dissect_ansi_map_TMSIDirectiveRes(TRUE, tvb, offset, actx, tree, hf_ansi_map_tMSIDirectiveRes);
break;
- case 62: /*NumberPortabilityRequest */
+ case 62: /*NumberPortabilityRequest */
offset = dissect_ansi_map_NumberPortabilityRequestRes(TRUE, tvb, offset, actx, tree, hf_ansi_map_numberPortabilityRequestRes);
break;
case 63: /*Service Request*/
@@ -19654,7 +19654,7 @@ void proto_register_ansi_map(void) {
static enum_val_t ansi_map_response_matching_type_values[] = {
{"Only Transaction ID will be used in Invoke/response matching", "Transaction ID only", 0},
- {"Transaction ID and Source will be used in Invoke/response matching", "Transaction ID and Source", 1},
+ {"Transaction ID and Source will be used in Invoke/response matching", "Transaction ID and Source", 1},
{"Transaction ID Source and Destination will be used in Invoke/response matching", "Transaction ID Source and Destination", 2},
{NULL, NULL, -1}
};