diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-04-16 18:48:30 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-04-17 01:49:01 +0000 |
commit | 407a2b07e55a262905881c7d1e225d618e9824fb (patch) | |
tree | ff273d3ca4dc747c9dc397244a04d90872c3b4d0 /debian | |
parent | 1bfc8580e322450f8afaaf797e236469b948c984 (diff) | |
download | wireshark-407a2b07e55a262905881c7d1e225d618e9824fb.tar.gz wireshark-407a2b07e55a262905881c7d1e225d618e9824fb.tar.bz2 wireshark-407a2b07e55a262905881c7d1e225d618e9824fb.zip |
Rename some routines and structure members.
They deal with sets of hfids, which can belong to protocols as well as
fields (I guess you could argue that a protocol is a field, but...).
Change-Id: Ibd103cfa26427ead4ef54be89f1251908004cfae
Reviewed-on: https://code.wireshark.org/review/21154
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index 2fcd2d0fda..133805e308 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -940,7 +940,7 @@ libwireshark.so.0 libwireshark0 #MINVER# port_type_to_str@Base 1.12.0~rc1 port_with_resolution_to_str@Base 2.1.0 port_with_resolution_to_str_buf@Base 2.0.0 - postdissectors_want_fields@Base 2.3.0 + postdissectors_want_hfids@Base 2.3.0 postseq_cleanup_all_protocols@Base 1.9.1 pref_clean_stash@Base 2.3.0 pref_stash@Base 2.3.0 @@ -1016,7 +1016,7 @@ libwireshark.so.0 libwireshark0 #MINVER# prefs_set_stashed_range_value@Base 2.3.0 prefs_set_string_value@Base 2.3.0 prefs_set_uint_value@Base 2.3.0 - prime_epan_dissect_with_postdissector_wanted_fields@Base 2.3.0 + prime_epan_dissect_with_postdissector_wanted_hfids@Base 2.3.0 print_bookmark@Base 1.12.0~rc1 print_finale@Base 1.12.0~rc1 print_hex_data@Base 1.12.0~rc1 @@ -1354,7 +1354,7 @@ libwireshark.so.0 libwireshark0 #MINVER# set_enabled_protos_list@Base 2.3.0 set_fd_time@Base 1.9.1 set_mac_lte_proto_data@Base 1.9.1 - set_postdissector_wanted_fields@Base 2.3.0 + set_postdissector_wanted_hfids@Base 2.3.0 set_srt_table_param_data@Base 1.99.8 set_tap_dfilter@Base 1.9.1 show_exception@Base 1.9.1 |