Wireshark-commits: [Wireshark-commits] master 7c890e3: Do not modify optarg with -zfollow, ssl, asc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 05 Oct 2018 13:19:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c890e3307aac34ecf394e67cec7a29d1f1e364d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7c890e3 by Peter Wu (peter@xxxxxxxxxxxxx):

    Do not modify optarg with -zfollow,ssl,ascii,0
    
    Most callers (in tshark.c, ui/commandline.c, etc.) do not modify their
    optarg argument, so don't do that here either.
    
    Fixes: v2.9.0rc0-2110-g872b573381 ("Recognize -zfollow,ssl,ascii,0 for compatibility")
    Change-Id: I80d56aee7ba80591b684d847a9cc95cf9a96c5dd
    Reviewed-on: https://code.wireshark.org/review/30031
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8dfaa8f   *shark: Update help and manpage for name resolving
     add  7c890e3   Do not modify optarg with -zfollow,ssl,ascii,0


Summary of changes:
 epan/stat_tap_ui.c | 12 +++++++-----
 epan/stat_tap_ui.h |  2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)