URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=137d45f52c6ff3deb56721a6e37be5c4ed8f095a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
137d45f by Guy Harris (guy@xxxxxxxxxxxx):
Pass all arguments to options as --option=argument.
For options with optional arguments, the only syntax that's *guaranteed*
to be handled by getopt_long() is --option=argument, not --option
argument. The BSD/macOS version of getopt_long() only supports the
former, not the latter.
Change-Id: Icfaec9eda49f5a947961251ebd377d7c1684c823
Reviewed-on: https://code.wireshark.org/review/28865
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 19b61b0 commit-msg: quote the filename, fix printed message
adds 137d45f Pass all arguments to options as --option=argument.
Summary of changes:
extcap.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)