aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_q1950.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-05 10:54:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-05 10:54:21 +0000
commit189ea54f0b6999ae024010cafea890f6cde931ae (patch)
treea10b92a765c9e05d5c2f42ec044e069a451cd87f /epan/dissectors/packet-h248_q1950.c
parent5bd0c263f2e53626eba37667a82dcf5043b100db (diff)
from Alex Lindberg:
Update to packet-h248.c and associated h248 dissecorts. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7332 svn path=/trunk/; revision=43107
Diffstat (limited to 'epan/dissectors/packet-h248_q1950.c')
-rw-r--r--epan/dissectors/packet-h248_q1950.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-h248_q1950.c b/epan/dissectors/packet-h248_q1950.c
index cf13da9d19..f2f4eac462 100644
--- a/epan/dissectors/packet-h248_q1950.c
+++ b/epan/dissectors/packet-h248_q1950.c
@@ -55,7 +55,6 @@ static const value_string h248_pkg_BCP_parameters[] _U_ = {
static const value_string h248_pkg_BCP_props_vals[] = {
{0, "Bearer Characteristics Q.1950 Annex A (bcp)" },
{1, "BNC Characteristics (BNCChar)"},
- {1,"BNCChar"},
{0,NULL}
};
@@ -623,11 +622,11 @@ void proto_register_q1950(void) {
proto_register_subtree_array(ett, array_length(ett));
/* Register the packages */
- h248_register_package(&h248_pkg_BCP);
- h248_register_package(&h248_pkg_BNCCT);
- h248_register_package(&h248_pkg_RI);
- h248_register_package(&h248_pkg_GB);
- h248_register_package(&h248_pkg_bcg);
- h248_register_package(&h248_pkg_bct);
+ h248_register_package(&h248_pkg_BCP,REPLACE_PKG);
+ h248_register_package(&h248_pkg_BNCCT,REPLACE_PKG);
+ h248_register_package(&h248_pkg_RI,REPLACE_PKG);
+ h248_register_package(&h248_pkg_GB,REPLACE_PKG);
+ h248_register_package(&h248_pkg_bcg,REPLACE_PKG);
+ h248_register_package(&h248_pkg_bct,REPLACE_PKG);
}