diff options
author | Evan Huus <eapache@gmail.com> | 2014-12-09 21:35:01 -0500 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2014-12-15 21:09:35 +0000 |
commit | fafa686a684c499c53d71dc513e37d6c8b99a22e (patch) | |
tree | fd3e0f253dee7e0cc01fae0512a36443cd1b1c3b /debian | |
parent | 27095f956ed68d53dec5d3a9cb46a7e66cfdb03f (diff) | |
download | wireshark-fafa686a684c499c53d71dc513e37d6c8b99a22e.tar.gz wireshark-fafa686a684c499c53d71dc513e37d6c8b99a22e.tar.bz2 wireshark-fafa686a684c499c53d71dc513e37d6c8b99a22e.zip |
Enable case-insensitive string dissector tables
Permit passing TRUE as the parameter during table registration to achieve that
effect.
Use it in RTP media type table.
Bug: 10708
Change-Id: I892fb1a421d349f0c05197dec90f14fc34ad6b97
Reviewed-on: https://code.wireshark.org/review/5695
Reviewed-by: Evan Huus <eapache@gmail.com>
Petri-Dish: Evan Huus <eapache@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index 2fb2f4609b..8a90f2d240 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -645,7 +645,7 @@ libwireshark.so.0 libwireshark0 #MINVER# get_data_source_name@Base 1.9.1 get_data_source_tvb@Base 1.9.1 get_dissector_names@Base 1.12.0~rc1 - get_dissector_table_base@Base 1.9.1 + get_dissector_table_param@Base 1.99.2 get_dissector_table_selector_type@Base 1.9.1 get_dissector_table_ui_name@Base 1.9.1 get_ebcdic_string@Base 1.12.0~rc1 |