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(-)