Wireshark-commits: [Wireshark-commits] master abd83d9: cmdline: cleanup option string definitions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 Dec 2019 22:29:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=abd83d9961d7c90896d5f941ecd97850306e3b1f
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

abd83d9 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    cmdline: cleanup option string definitions
    
    Option string composition has grown organically over time and is
    depending on compilation options also. This results in somewhat complex
    macro definitions and the use of the string concatenation feature of the
    C compiler. This change tries to clean up some of this magic by removing
    definitions of empty strings and merging of adjacent strings.
    
    Change-Id: I968449ea9b564915bee468a0cac0e114983ceebe
    Reviewed-on: https://code.wireshark.org/review/35429
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  8b8bf62   m3ap: Info column lost at filtering.
     add  abd83d9   cmdline: cleanup option string definitions


Summary of changes:
 capture_opts.h   |  8 ++++----
 dumpcap.c        | 10 +++++-----
 ui/commandline.c |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)