summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-12-29 19:41:33 -0500
committerMichael Mann <mmann78@netscape.net>2016-12-31 13:08:41 +0000
commita0be5ad6f1b964db0cc7fc948d1deb9ac89971b8 (patch)
tree9a960b1a0a4e188c8eff7e81c1a998733fa360b6 /debian
parent6a5fcc5a38936d940e4fa50294be0648a3ab6ea9 (diff)
downloadwireshark-a0be5ad6f1b964db0cc7fc948d1deb9ac89971b8.tar.gz
Add interface for "pinos" (Protocols in name only)
This is for dissectors that need distinguishing names either for registering multiple dissection functions in a single dissector table or for "internal" dissectors whose just need a name associated with the dissection function. Features like enable/disable are handled by the "parent" protocol. This avoids clutter in the "official" protocol list. Change-Id: I69e7d27d332ae85286f254e95e8d79920da7a9e2 Reviewed-on: https://code.wireshark.org/review/19464 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 92ac448880..bf0edfc64a 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -1017,6 +1017,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
proto_is_protocol_enabled@Base 1.9.1
proto_is_protocol_enabled_by_default@Base 2.3.0
proto_is_frame_protocol@Base 1.99.1
+ proto_is_pino@Base 2.3.0
proto_item_add_subtree@Base 1.9.1
proto_item_append_text@Base 1.9.1
proto_item_fill_label@Base 1.9.1
@@ -1034,6 +1035,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
proto_register_fields_section@Base 1.12.0~rc1
proto_register_prefix@Base 1.9.1
proto_register_protocol@Base 1.9.1
+ proto_register_protocol_in_name_only@Base 2.3.0
proto_register_subtree_array@Base 1.9.1
proto_registrar_dump_fieldcount@Base 2.0.0
proto_registrar_dump_fields@Base 1.9.1