aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-07-23 19:51:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-07-23 19:51:14 +0000
commitbed8ebd289b057275693150c701c402988d06719 (patch)
treea02a30fdbebb3d262f0f9178bfc2bd008d79a284 /epan/dissectors/packet-bssap.c
parent76f24a97e6faa305036570be97cc235f30ea954a (diff)
Register BSSAP+ by name.
svn path=/trunk/; revision=50851
Diffstat (limited to 'epan/dissectors/packet-bssap.c')
-rw-r--r--epan/dissectors/packet-bssap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bssap.c b/epan/dissectors/packet-bssap.c
index c913546610..397a4d10e5 100644
--- a/epan/dissectors/packet-bssap.c
+++ b/epan/dissectors/packet-bssap.c
@@ -2571,6 +2571,7 @@ proto_register_bssap(void)
/*proto_bssap_plus = proto_register_protocol("BSSAP2", "BSSAP2", "bssap2");*/
register_dissector("bssap", dissect_bssap, proto_bssap);
+ register_dissector("bssap_plus", dissect_bssap_plus, proto_bssap);
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_bssap, hf, array_length(hf));