URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81d65ccec65c9bbe972fcb64933fc34d9679562c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
81d65cc by Michael Mann (mmann78@xxxxxxxxxxxx):
Add wtap_optionblock_set_option_string_format
Also add a length parameter to wtap_optionblock_set_option_string
Change-Id: I8c7bbc48aa96b5c2a91ab9a17980928d6894f1ee
Reviewed-on: https://code.wireshark.org/review/15505
Reviewed-by: Anthony Coddington <anthony.coddington@xxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 6a99218 qt follow stream: don't crash when saving to an non-writable file
adds 81d65cc Add wtap_optionblock_set_option_string_format
Summary of changes:
capinfos.c | 8 ++--
debian/libwiretap0.symbols | 1 +
editcap.c | 4 +-
epan/wslua/wslua.h | 3 +-
tshark.c | 4 +-
ui/gtk/file_import_dlg.c | 15 +++-----
ui/tap_export_pdu.c | 16 ++++----
wiretap/erf.c | 79 +++++++++++-----------------------------
wiretap/file_access.c | 3 +-
wiretap/lanalyzer.c | 11 ++++--
wiretap/merge.c | 11 ++++--
wiretap/nettrace_3gpp_32_423.c | 22 +++++------
wiretap/pcapng.c | 22 +++++------
wiretap/wtap.c | 6 +--
wiretap/wtap_opttypes.c | 23 +++++++++++-
wiretap/wtap_opttypes.h | 13 ++++++-
16 files changed, 117 insertions(+), 124 deletions(-)