URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99242affde4b51cd62f4b6a822fa7f5941e1c3f7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
99242af by Guy Harris (guy@xxxxxxxxxxxx):
Revert "Pass all arguments to options as --option=argument."
This reverts commit 137d45f52c6ff3deb56721a6e37be5c4ed8f095a.
Don't. Make. The. Argument. To. Your. Extcap. Program. Specific.
Options. Optional. (Unless they're Boolean, in which case we never
pass an argument - we just pass the option if it's true and don't
pass it if it's false.)
Change-Id: I11e4ecaa196fd94c493d51e1f73e90267e1d9b1d
Reviewed-on: https://code.wireshark.org/review/28866
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 137d45f Pass all arguments to options as --option=argument.
adds 99242af Revert "Pass all arguments to options as --option=argument."
Summary of changes:
extcap.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)