summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h248_2.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_2.c
parent5bd0c263f2e53626eba37667a82dcf5043b100db (diff)
downloadwireshark-189ea54f0b6999ae024010cafea890f6cde931ae.tar.gz
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_2.c')
-rw-r--r--epan/dissectors/packet-h248_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_2.c b/epan/dissectors/packet-h248_2.c
index 3079fc0d2c..bfde05ac07 100644
--- a/epan/dissectors/packet-h248_2.c
+++ b/epan/dissectors/packet-h248_2.c
@@ -151,7 +151,7 @@ void proto_register_h248_dot2(void) {
proto_register_subtree_array(ett, array_length(ett));
- h248_register_package(&h248_pkg_ctype);
+ h248_register_package(&h248_pkg_ctype,MERGE_PKG_HIGH);
}