http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46108
User: guy
Date: 2012/11/21 09:14 AM
Log:
On error, have capture_opts_trim_iface() return the exit status that
should be used (on success, have it return 0). Exit with that exit
status; if the problem is that we couldn't get the interface list or if
there are no interfaces in that list, return 2, as that's not a
command-line syntax error.
Directory: /trunk/ui/gtk/
Changes Path Action
+4 -3 main.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+4 -3 main.cpp Modified
Directory: /trunk/
Changes Path Action
+11 -15 capture_opts.c Modified
+1 -1 capture_opts.h Modified
+3 -2 dumpcap.c Modified
+4 -4 tshark.c Modified