aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-02-13 15:01:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-02-13 15:01:34 +0000
commitfcec56cd318b48868767db47e7df65f7bba1ceb4 (patch)
tree0796db5d6cef4648da3e8c97b412500e3e6a0f68
parentd8a87d589b83472e16bf63a06561723a0fb15be4 (diff)
Register BICC by name.
svn path=/trunk/; revision=35938
-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));