URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=43000acd7429a5870c6b411263c2e4a8342da759
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
43000ac by Dario Lombardo (lomato@xxxxxxxxx):
ui: move filesystem code to wsutil/filesystem.c
This function can be used by code outside ui (eg. extcap).
Ping-Bug: 13218
Change-Id: Ic11f7acebefeaf777692df044ebff9b1bc387aa3
Reviewed-on: https://code.wireshark.org/review/19178
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 8dca05f [RTP]Rearrange the logic in process_rtp_payload() to make it a bit clearer what happens.
adds 43000ac ui: move filesystem code to wsutil/filesystem.c
Summary of changes:
ui/gtk/webbrowser.c | 2 ++
ui/help_url.c | 27 ---------------------------
ui/help_url.h | 10 ----------
wsutil/filesystem.c | 23 +++++++++++++++++++++++
wsutil/filesystem.h | 12 ++++++++++++
5 files changed, 37 insertions(+), 37 deletions(-)