aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-03-26 21:17:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-03-26 21:17:20 +0000
commitf09dca9be264dc1c357e6f75c4642b79e30b5e37 (patch)
tree410d9cb9c12779f637bc0878ee2db77f124d6d12 /asn1/gsmmap
parentaecd4254c6fbecf225934c938525b14118c77853 (diff)
The hf_gsm_map_getPassword is missing from the hf array in gsm_map.
svn path=/trunk/; revision=24731
Diffstat (limited to 'asn1/gsmmap')
-rw-r--r--asn1/gsmmap/packet-gsmmap-template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/gsmmap/packet-gsmmap-template.c b/asn1/gsmmap/packet-gsmmap-template.c
index 7c5586bcc0..6245d41b99 100644
--- a/asn1/gsmmap/packet-gsmmap-template.c
+++ b/asn1/gsmmap/packet-gsmmap-template.c
@@ -2334,6 +2334,10 @@ void proto_register_gsm_map(void) {
{ "Component", "gsm_map.old.Component",
FT_UINT32, BASE_DEC, VALS(gsm_old_Component_vals), 0,
"gsm_map.old.Component", HFILL }},
+ { &hf_gsm_map_getPassword,
+ { "getPassword", "gsm_map.getPassword",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "getPassword", HFILL }},
{ &hf_gsm_map_currentPassword,
{ "currentPassword", "gsm_map.currentPassword",
FT_STRING, BASE_NONE, NULL, 0,