aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2021-09-15 20:39:10 -0400
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-21 06:48:52 +0000
commitf58ccfc068d8a8e96571f44546ee13fe6b85d18b (patch)
tree484e4bc7bcd00437af72c5937f14214a8f4d0064 /debian
parent2fa1206063a2fbc7068e92fa12b456faf027b142 (diff)
TCP, UDP, SCTP: Try user specified ports first
When the user has manually registered to a port a dissector other than the default subdissector (through Decode As, or the preferences registered via dissector_add_uint_[range_]with_preference), try those ports with a custom dissector first. There's a few dissectors (e.g., GTP) that have port preferences that haven't been migrated to use the DECODE_AS_ preferences for various reasons; this won't change anything when their preferences are changed from the default, though it can still work via Decode As. Fixes #6223 and #12168.
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 7470df9f3e..8bb17ca7ec 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -508,6 +508,8 @@ libwireshark.so.0 libwireshark0 #MINVER#
dissector_handle_get_protocol_index@Base 1.9.1
dissector_handle_get_short_name@Base 1.9.1
dissector_hostlist_init@Base 1.99.0
+ dissector_is_string_changed@Base 3.5.1
+ dissector_is_uint_changed@Base 3.5.1
dissector_reset_payload@Base 2.5.0
dissector_reset_string@Base 1.9.1
dissector_reset_uint@Base 1.9.1