aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_dtap.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-08-25 13:54:39 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-08-25 13:54:39 +0000
commit502b9b06c5dfa493d1fed29c8740fc3edee0b3f7 (patch)
treed93f6ed328f23052fa43548d81e3f4c4af8bd402 /epan/dissectors/packet-gmr1_dtap.c
parent7da4784b2585079d12f7adf9f1317fe25d5ff6bd (diff)
Update protocol name to match the changes done in r44661
svn path=/trunk/; revision=44668
Diffstat (limited to 'epan/dissectors/packet-gmr1_dtap.c')
-rw-r--r--epan/dissectors/packet-gmr1_dtap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gmr1_dtap.c b/epan/dissectors/packet-gmr1_dtap.c
index af2c19515b..baa79a34f3 100644
--- a/epan/dissectors/packet-gmr1_dtap.c
+++ b/epan/dissectors/packet-gmr1_dtap.c
@@ -165,7 +165,7 @@ proto_register_gmr1_dtap(void)
proto_register_subtree_array(ett, array_length(ett));
/* Register the protocol name and field description */
- proto_gmr1_dtap = proto_register_protocol("GEO-Mobile Radio (1) DTAP", "GMR-1 DTAP", "gmr1_dtap");
+ proto_gmr1_dtap = proto_register_protocol("GEO-Mobile Radio (1) DTAP", "GMR-1 DTAP", "gmr1.dtap");
#if 0
proto_register_field_array(proto_gmr1_dtap, hf, array_length(hf));
#endif