URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26bbee3fadc68237801e4ed65b87c97b3cdf3156
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
26bbee3 by Guy Harris (guy@xxxxxxxxxxxx):
Add some long options for capture short options.
The names match tcpdump trunk's names for the corresponding options.
Also have capture_opts.h provide a #define for the part of the short
option string that corresponds to the capture short options that all our
programs that take capture short options take (those are largely the
ones we have in common with tcpdump).
Change-Id: Ia209425959c801725850b56a7d63441ee99b5001
Reviewed-on: https://code.wireshark.org/review/2492
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 312ed10 Add --help and --version long options.
adds 26bbee3 Add some long options for capture short options.
Summary of changes:
capture_opts.h | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dumpcap.c | 23 ++---------------------
tshark.c | 22 +++-------------------
ui/qt/main.cpp | 3 ++-
4 files changed, 63 insertions(+), 41 deletions(-)