aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-13 15:01:34 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-13 15:01:34 +0000
commit8cb8727e7ffdba4210a439398de786b735913bb0 (patch)
tree0796db5d6cef4648da3e8c97b412500e3e6a0f68
parente887bee3046f66941db7c87a219778c0585ce236 (diff)
Register BICC by name.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35938 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-isup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index d1ba71d87f..a1890fcf96 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -8683,6 +8683,7 @@ proto_register_bicc(void)
};
proto_bicc = proto_register_protocol("Bearer Independent Call Control",
"BICC", "bicc");
+ register_dissector("bicc", dissect_bicc, proto_bicc);
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_bicc, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));