Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 43000ac: ui: move filesystem code to wsutil/filesyste

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Dec 2016 15:50:29 +0000 (UTC)
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(-)