aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-25 13:54:39 +0000
committerpascal <pascal@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-25 13:54:39 +0000
commitf6721591011aacd11365f7a1a24eca763092abb3 (patch)
treed93f6ed328f23052fa43548d81e3f4c4af8bd402
parent01561498287c53a7e02a6dd0bc311385f35148d3 (diff)
Update protocol name to match the changes done in r44661
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44668 f5534014-38df-0310-8fa8-9805f1628bb7
-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