aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2001-05-01"-l" command-line option to turn on automatic scrolling in "Update listGuy Harris1-3/+6
2001-05-01"prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldGuy Harris1-2/+2
2001-04-25Undefine "isprint()" before re-defining it, to squelch a compilerGuy Harris1-1/+8
2001-04-24Signed vs. unsigned fixes from Joerg Mayer.Guy Harris3-10/+10
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-2/+2
2001-04-20When displaying the numeric value for the value_string string that wasGuy Harris1-1/+2
2001-04-19Patch from Ronnie Sahlberg to cause the field description section of theGuy Harris1-9/+28
2001-04-18Check the validity of numbers specified in command-line options.Guy Harris1-6/+31
2001-04-17Fix to a preferences dialog bug, from <inoue@ainet.or.jp>.Guy Harris1-2/+4
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris5-16/+17
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster4-23/+26
2001-04-10Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez4-8/+42
2001-04-09last_open_dir needs a trailing slash in order for the GTK+Gilbert Ramirez3-28/+31
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez3-8/+5
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez2-2/+26
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris2-3/+4
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris1-2/+2
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-2/+3
2001-03-29Change name of "Last-Protocol" columns to "End" so that there'sGilbert Ramirez1-4/+4
2001-03-27Make "comp_info_str" static in Ethereal - there's no need for it outsideGuy Harris1-22/+37
2001-03-27There's no "-D" option to Ethereal - remove the "D" from the getopt flagGuy Harris1-2/+2
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris2-5/+4
2001-03-26Create dialogue box as top-level window, not transient window.Gilbert Ramirez1-4/+6
2001-03-24Get rid of extra definition of "byte_nb_ptr"; it's defined inGuy Harris1-8/+8
2001-03-24Fix typos in comments.Guy Harris1-3/+3
2001-03-24"reactivate_window()" is used only by stuff in the "gtk" directory, andGuy Harris3-3/+41
2001-03-24The declaration of "destroy_packet_wins()" belongs inGuy Harris2-3/+8
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris2-9/+15
2001-03-23Put back some of Gilbert's changes lost by recent checkins.Guy Harris1-6/+5
2001-03-23Fix last minute edit mistake in add_byte_tab.Jeff Foster1-6/+2
2001-03-23Changes required to support multiple named data sources.Jeff Foster5-75/+342
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-2/+4
2001-03-22Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez5-2/+248
2001-03-07In the code that handles finding a field after a user clicks onGilbert Ramirez1-7/+15
2001-03-06Use "proto_get_first_protocol()" and "proto_get_next_protocol()" toGuy Harris1-23/+22
2001-03-03Add a few more items to ".cvsignore".Guy Harris1-0/+3
2001-03-03Do a bunch of semantic checks when "Accept" is clicked, so that we catchGuy Harris1-2/+88
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez6-45/+205
2001-03-02create_main_window() does not need to be called by the capture childGilbert Ramirez1-3/+4
2001-03-01Add "Toggle All", "Enable All", and "Disable All" buttons to theGilbert Ramirez1-2/+86
2001-03-01Don't let the color selection dialogue for TCP StreamsGilbert Ramirez1-2/+4
2001-02-23Boolean fields are just like other fields - if you use the field nameGuy Harris1-73/+73
2001-02-23The text entry box that a filter construction dialog manipulates isGuy Harris2-7/+6
2001-02-20Make the "activate" signal on the text entry boxes in the filter editingGuy Harris1-1/+14
2001-02-20Catch the "destroy" signal on the filter-expression-construction dialog,Guy Harris1-1/+22
2001-02-20Catch the "destroy" signal on the text entry box to which aGuy Harris1-1/+9
2001-02-20The all-purpose answer to "this widget expands to fill the spaceGuy Harris1-4/+10
2001-02-20Make the "activate" signal on the text entry boxes in the filterGuy Harris1-13/+24
2001-02-20Call the test for a protocol "is present", just like the test for otherGuy Harris1-35/+46
2001-02-20On Win32, if Ethereal started as a GUI rather than a consoleGuy Harris1-2/+115