ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 024f75f: Fix handling of --extcap-version with an arg

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 06 Apr 2018 05:06:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=024f75fb3e6576fe51fcc046932d876931d6beb8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

024f75f by Guy Harris (guy@xxxxxxxxxxxx):

    Fix handling of --extcap-version with an argument.
    
    Not all versions of getopt_long() allow, for an option for which the
    argument is optional, --xyzzy {value}; at least some of them, such as
    the *BSD/macOS one, require --xyzzy={value}.  Make it so.
    
    Change-Id: I856d9f253535d804c7674d209054bc6ce10ee91d
    Reviewed-on: https://code.wireshark.org/review/26772
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2dde35e   make-version.pl: fix version with git-svn
    adds  024f75f   Fix handling of --extcap-version with an argument.


Summary of changes:
 extcap.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)