summaryrefslogtreecommitdiff
path: root/asn1/ansi_map
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-08-24 05:58:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-08-24 05:58:08 +0000
commit64ae231eaa7ab582dcc41253d5381821196874da (patch)
treee865ae2e867a2eb471c0793fa0f4d32eca619d49 /asn1/ansi_map
parent4787c0ce6a646056e2f26cf7b63dbc8dd7d16bae (diff)
downloadwireshark-64ae231eaa7ab582dcc41253d5381821196874da.tar.gz
From Chris Maynard:
Fix display filter field problems Correct the template files in the case of generated dissectors. svn path=/trunk/; revision=22621
Diffstat (limited to 'asn1/ansi_map')
-rw-r--r--asn1/ansi_map/packet-ansi_map-template.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/asn1/ansi_map/packet-ansi_map-template.c b/asn1/ansi_map/packet-ansi_map-template.c
index c1957b6c7e..a62651bbab 100644
--- a/asn1/ansi_map/packet-ansi_map-template.c
+++ b/asn1/ansi_map/packet-ansi_map-template.c
@@ -4338,15 +4338,15 @@ void proto_register_ansi_map(void) {
FT_UINT8, BASE_DEC, NULL, 0x0,
"Number of Digits", HFILL }},
{ &hf_ansi_map_bcd_digits,
- { "BCD digits", "gsm_map.bcd_digits",
+ { "BCD digits", "ansi_map.bcd_digits",
FT_STRING, BASE_NONE, NULL, 0,
"BCD digits", HFILL }},
{ &hf_ansi_map_ia5_digits,
- { "IA5 digits", "gsm_map.ia5_digits",
+ { "IA5 digits", "ansi_map.ia5_digits",
FT_STRING, BASE_NONE, NULL, 0,
"IA5 digits", HFILL }},
{ &hf_ansi_map_subaddr_type,
- { "Type of Subaddress", "ansi_subaddr_type",
+ { "Type of Subaddress", "ansi_map.subaddr_type",
FT_UINT8, BASE_DEC, VALS(ansi_map_sub_addr_type_vals), 0x70,
"Type of Subaddress", HFILL }},
{ &hf_ansi_map_subaddr_odd_even,
@@ -4355,15 +4355,15 @@ void proto_register_ansi_map(void) {
"Odd/Even Indicator", HFILL }},
{ &hf_ansi_alertcode_cadence,
- { "Cadence", "ansi_map._alertcode.cadence",
+ { "Cadence", "ansi_map.alertcode.cadence",
FT_UINT8, BASE_DEC, VALS(ansi_map_AlertCode_Cadence_vals), 0x3f,
"Cadence", HFILL }},
{ &hf_ansi_alertcode_pitch,
- { "Pitch", "ansi_map._alertcode.pitch",
+ { "Pitch", "ansi_map.alertcode.pitch",
FT_UINT8, BASE_DEC, VALS(ansi_map_AlertCode_Pitch_vals), 0xc0,
"Pitch", HFILL }},
{ &hf_ansi_alertcode_alertaction,
- { "Alert Action", "ansi_map._alertcode.alertaction",
+ { "Alert Action", "ansi_map.alertcode.alertaction",
FT_UINT8, BASE_DEC, VALS(ansi_map_AlertCode_Alert_Action_vals), 0x07,
"Alert Action", HFILL }},
{ &hf_ansi_map_announcementcode_tone,