summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-gmr1_rr.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-08-01 19:22:59 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-08-01 19:22:59 +0000
commit51fd116d6d5f868839db80d43483f30671dfef0f (patch)
tree6fb40bd20ccf9ee47f93984a22bd75e74243fc0b /epan/dissectors/packet-gmr1_rr.c
parent02894a0be8f12768f362d475f761d7e25c92ab9c (diff)
downloadwireshark-51fd116d6d5f868839db80d43483f30671dfef0f.tar.gz
Do not register fields twice
svn path=/trunk/; revision=44195
Diffstat (limited to 'epan/dissectors/packet-gmr1_rr.c')
-rw-r--r--epan/dissectors/packet-gmr1_rr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gmr1_rr.c b/epan/dissectors/packet-gmr1_rr.c
index eb6175e79c..242d393f7e 100644
--- a/epan/dissectors/packet-gmr1_rr.c
+++ b/epan/dissectors/packet-gmr1_rr.c
@@ -2377,8 +2377,6 @@ proto_register_gmr1_rr(void)
/* Register the protocol name and field description */
proto_gmr1_ccch = proto_register_protocol("GEO-Mobile Radio (1) CCCH", "GMR-1 CCCH", "gmr1_ccch");
- proto_register_field_array(proto_gmr1_ccch, hf, array_length(hf));
-
/* Register dissector */
register_dissector("gmr1_ccch", dissect_gmr1_ccch, proto_gmr1_ccch);
}