wireshark/gtk
Guy Harris b083cf0b39 Fields can be up to 2^32-1 bytes long, as they may have come from a
reassembled packet and are thus not limited to the maximum frame size;
leave room for a Really Big number in the length item in the status bar,
and use "snprintf()" to format the length item Just To Be Sure.

svn path=/trunk/; revision=5839
2002-07-07 22:14:03 +00:00
..
.cvsignore Add a few more items to ".cvsignore". 2001-03-03 00:47:31 +00:00
Makefile.am From Anand V. Narwani: add in two missing files, so they're put into the 2002-06-27 19:08:43 +00:00
Makefile.nmake Added MS Window printing to ethereal. 2002-06-19 20:44:05 +00:00
capture_dlg.c Update the URL for WinPcap. 2002-06-24 20:56:15 +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 Trim leading and trailing white space from the capture device in the 2002-06-28 01:59:46 +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 Clean up the data structures for the color filter code a bit. The old 2002-05-27 22:00:37 +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 Clean up the data structures for the color filter code a bit. The old 2002-05-27 22:00:37 +00:00
colors.h Clean up the data structures for the color filter code a bit. The old 2002-05-27 22:00:37 +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 From Devin Heitmueller: give the user a warning if they click "New" in 2002-06-22 20:00:26 +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 Fields can be up to 2^32-1 bytes long, as they may have come from a 2002-07-07 22:14:03 +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 Clean up white space. 2002-06-04 07:48:57 +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 Handle the "bool" members the same way we handled the members for 2002-06-16 00:58:38 +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 Added MS Window printing to ethereal. 2002-06-19 20:44:05 +00:00
print_mswin.c Added MS Window printing to ethereal. 2002-06-19 20:44:05 +00:00
print_mswin.h Added MS Window printing to ethereal. 2002-06-19 20:44:05 +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 As we've done with the hex dump output for printing, use as many digits 2002-06-24 00:08:28 +00:00
proto_draw.h Get rid of the "data_src" member of the "frame_data" structure; put it 2002-06-04 07:03:57 +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 Graeme Hewson: varargs code cleanup in "simple_dialog.c". 2002-06-04 11:24:35 +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