aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-11-06 11:19:25 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2014-11-10 08:01:12 +0000
commitea167053ffc553b3a5f4ce6cbe0b78ecc8cd0dbe (patch)
treeceac2e98230e01eaf207a51ab98bd57afdddcead /debian
parentd58567bd78abc1903191c9a955365b8d41f09496 (diff)
Improved deregistering fields.
This improvement avoids use of deallocated memory (crash) if using a deregistered field in display filter, color filter, custom column and other cases when the field is used as "interesting field". This functionality is currently used in http, imf and ldap preferences. Also removed unused proto_registrar_n() as this does not work correctly after deregistering fields. Change-Id: I043e3bf7a98bd773c9801e712a012d1eab8a7f94 Reviewed-on: https://code.wireshark.org/review/5161 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 3c329a7308..78bd66fc85 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -867,6 +867,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
process_reassembled_data@Base 1.9.1
process_stat_cmd_arg@Base 1.9.1
proto_all_finfos@Base 1.9.1
+ proto_add_deregistered_data@Base 1.12.0~rc1
proto_can_match_selected@Base 1.9.1
proto_can_toggle_protocol@Base 1.9.1
proto_check_field_name@Base 1.9.1
@@ -878,6 +879,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
proto_find_field_from_offset@Base 1.9.1
proto_find_finfo@Base 1.9.1
proto_frame@Base 1.9.1
+ proto_free_deregistered_fields@Base 1.12.0~rc1
proto_get_data_protocol@Base 1.9.1
proto_get_finfo_ptr_array@Base 1.9.1
proto_get_first_protocol@Base 1.9.1
@@ -924,7 +926,6 @@ libwireshark.so.0 libwireshark0 #MINVER#
proto_registrar_get_nth@Base 1.9.1
proto_registrar_get_parent@Base 1.9.1
proto_registrar_is_protocol@Base 1.9.1
- proto_registrar_n@Base 1.9.1
proto_report_dissector_bug@Base 1.12.0~rc1
proto_set_cant_toggle@Base 1.9.1
proto_set_decoding@Base 1.9.1