wireshark/gtk
Guy Harris e2630eed79 Command-line interface cleanups, from Graeme Hewson:
- Exit if an error is found in the options or arguments.

	- In print_usage(), improve the visibility of any getopt() error
	  message by suppressing the version information when -h is not
	  specified, and by adding an empty line.

	Ethereal:

	- If the -k option is specified, use the interface in the preferences
	  file, if present.

	- Prevent the user from specifying any hidden options which are used
	  internally in -S mode.

	Tethereal:

	- Fix a memory leak in the processing of the -f option.

	- In print_usage(), change "capture file type" to "output file type",
	  which I think is clearer; move the -q flag from the non-libpcap case
	  to the libpcap case.

svn path=/trunk/; revision=5525
2002-05-22 23:22:56 +00:00
..
.cvsignore Add a few more items to ".cvsignore". 2001-03-03 00:47:31 +00:00
Makefile.am Add a preferences page for the name resolution flags. 2002-01-13 20:35:12 +00:00
Makefile.nmake From Joerg Mayer: 2002-02-27 09:42:52 +00:00
capture_dlg.c In the Windows capture dialog, place the interface description before the 2002-05-18 02:41:46 +00:00
capture_dlg.h Santeri Paavolainen's patch to add a "Capture->Stop" menu item to let 2000-10-11 06:01:16 +00:00
capture_prefs.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
capture_prefs.h Add a preferences page for capture preferences, so that the user can 2002-01-10 07:43:39 +00:00
color_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
color_dlg.h Split the color manipulation stuff into "color_dlg.[ch]", containing the 2000-02-12 08:31:49 +00:00
color_utils.c Add a "color.h" file that declares a nominally-toolkit-independent 2000-11-21 23:54:10 +00:00
color_utils.h Add a "color.h" file that declares a nominally-toolkit-independent 2000-11-21 23:54:10 +00:00
colors.c Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
colors.h Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
column_prefs.c Get rid of unused variables, and mark unused arguments as such. 2002-04-23 06:25:37 +00:00
column_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
decode_as_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
decode_as_dlg.h Inactivate the "Decode As" menu item if the "Decode As" dialog box 2001-02-11 23:02:05 +00:00
dfilter_expr_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
dfilter_expr_dlg.h Add a dialog box for constructing expressions that test a field in the 2001-01-02 01:32:21 +00:00
display_opts.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
display_opts.h Move display.[ch] --> gtk/display_opts.[ch] 1999-10-18 12:48:14 +00:00
dlg_utils.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
dlg_utils.h Bleah. What was I thinking? "dlg_window_new()" should take the title 2000-08-23 06:56:31 +00:00
file_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
file_dlg.h Make the "Save only marked frames" button in the "Save As..." dialog box 2001-12-06 02:21:26 +00:00
filter_prefs.c Remove some no-longer-applicable XXX comments. 2002-05-02 23:49:21 +00:00
filter_prefs.h The text entry box that a filter construction dialog manipulates is 2001-02-23 05:54:27 +00:00
find_dlg.c From Didieer Gautheron: 2002-05-03 21:55:15 +00:00
find_dlg.h From Didieer Gautheron: 2002-05-03 21:55:15 +00:00
follow_dlg.c Clean up the handling of filter strings: 2002-05-03 03:24:47 +00:00
follow_dlg.h Redraw: 2000-09-08 10:59:21 +00:00
goto_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
goto_dlg.h Add a "Go To Frame" menu item, which lets you go to a frame by frame 1999-11-08 01:03:40 +00:00
gtkclist.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
gtkclist.h Incorporate the GTK+ 1.2.8 version of "gtkclist.c" (which includes all 2000-05-26 07:47:47 +00:00
gtkglobals.h Have routines to create GtkCTrees, set their line and expander style 2002-01-11 06:43:18 +00:00
gui_prefs.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
gui_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
help_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
help_dlg.h Redraw: 2000-09-08 10:59:21 +00:00
keys.h Clean up the handling of filter strings: 2002-05-03 03:24:47 +00:00
main.c Command-line interface cleanups, from Graeme Hewson: 2002-05-22 23:22:56 +00:00
main.h From Jirka Novak: 2002-01-11 08:21:02 +00:00
menu.c From Didieer Gautheron: 2002-05-03 21:55:15 +00:00
menu.h Make work better the (hexdump) popup menus. 2000-08-21 12:33:22 +00:00
nameres_prefs.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
nameres_prefs.h Add a preferences page for the name resolution flags. 2002-01-13 20:35:12 +00:00
packet_win.c Get rid of unused arguments. 2002-03-31 23:11:04 +00:00
packet_win.h The declaration of "destroy_packet_wins()" belongs in 2001-03-24 02:14:56 +00:00
plugins_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
prefs_dlg.c On Windows, include "capture-wpcap.h", to define "has_wpcap". 2002-04-20 20:29:28 +00:00
prefs_dlg.h Make the blurbs for protocol preference items into tooltips. (This also 2002-01-20 20:05:18 +00:00
print_dlg.c From Joerg Mayer: get rid of unused arguments, and mark those that can't 2002-03-31 20:57:02 +00:00
print_prefs.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
print_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
progress_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
proto_dlg.c Get rid of an unused argument to "set_active_all()". 2002-03-31 22:58:27 +00:00
proto_dlg.h Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
proto_draw.c Use the value of "bv_size" as the size of a byte view notebook when 2002-04-23 06:42:05 +00:00
proto_draw.h Get rid of unused arguments. 2002-03-31 23:11:04 +00:00
proto_hier_stats_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
proto_hier_stats_dlg.h Add a new tool which summarizes packet counts by protocols, but 2001-03-22 23:54:47 +00:00
simple_dialog.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
stream_prefs.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
stream_prefs.h Instead of each set of built-in preferences having "ok", "save", 2000-08-21 08:09:17 +00:00
summary_dlg.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
summary_dlg.h No work need be done when a summary dialog box is destroyed, or when the 2000-04-01 09:16:49 +00:00
tcp_graph.c Removal (or, at least, #ifdeffing out) of unused variables and 2002-04-29 08:20:18 +00:00
tcp_graph.h TCP time-sequence, round-trip time, and throughput graphs, from Pavel 2001-12-08 09:27:51 +00:00
ui_util.c From Joerg Mayer: use _U_ to flag unused arguments. 2002-03-05 11:56:00 +00:00
ui_util.h Have a routine to create a scrolled window, set its vertical scrollbar 2002-01-11 07:40:32 +00:00