From f6721591011aacd11365f7a1a24eca763092abb3 Mon Sep 17 00:00:00 2001 From: pascal Date: Sat, 25 Aug 2012 13:54:39 +0000 Subject: 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 --- epan/dissectors/packet-gmr1_dtap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3