aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2001-07-09Support for {Enter,Return} keys toggling expansion of selected protocolGuy Harris1-7/+20
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-1/+5
2001-06-27Don't offer the ability to edit capture filters if Ethereal wasn'tGuy Harris2-2/+10
2001-06-27Fix a problem that shows up if you build without libpcap.Guy Harris1-3/+3
2001-06-25A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris1-14/+9
2001-06-25In "decode_network()", get the information about the currently selectedGuy Harris1-6/+13
2001-06-19In a capture child process, *completely ignore* the preference settingGuy Harris1-2/+12
2001-06-18Get rid of an unnecessary declaration of "packet_list".Guy Harris1-4/+2
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris1-4/+3
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris6-44/+113
2001-06-02Changes to structure initializations not to initialize some but not allGuy Harris1-5/+5
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris4-60/+163
2001-05-31Free the string you "g_strdup()"ed, rather than handing "g_free()" theGuy Harris1-2/+2
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris1-2/+2
2001-05-27Give protocol tree windows a horizontal scrollbar - yes, sometimesGuy Harris1-2/+2
2001-05-12Fix a bug reported by Christopher McAvaney inGerald Combs1-12/+31
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