aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris2001-07-271-13/+10
* MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris2001-07-261-1/+5
* Check for valid column titles (non-zero-length) and valid column formatsGuy Harris2001-07-221-1/+2
* Get rid of some unused variables.Guy Harris2001-07-201-3/+1
* Added a "Mark Frame" option to the packet_list_menu_itemsEd Warnicke2001-07-171-1/+3
* Added a "Suppress Unmarked" option to the print dialog toEd Warnicke2001-07-171-2/+16
* Support for {Enter,Return} keys toggling expansion of selected protocolGuy Harris2001-07-091-7/+20
* "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2001-07-051-1/+5
* Don't offer the ability to edit capture filters if Ethereal wasn'tGuy Harris2001-06-272-2/+10
* Fix a problem that shows up if you build without libpcap.Guy Harris2001-06-271-3/+3
* A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris2001-06-251-14/+9
* In "decode_network()", get the information about the currently selectedGuy Harris2001-06-251-6/+13
* In a capture child process, *completely ignore* the preference settingGuy Harris2001-06-191-2/+12
* Get rid of an unnecessary declaration of "packet_list".Guy Harris2001-06-181-4/+2
* When printing the contents of a raw-data field, don't use the raw dataGuy Harris2001-06-081-4/+3
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-056-44/+113
* Changes to structure initializations not to initialize some but not allGuy Harris2001-06-021-5/+5
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-314-60/+163
* Free the string you "g_strdup()"ed, rather than handing "g_free()" theGuy Harris2001-05-311-2/+2
* No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris2001-05-301-2/+2
* Give protocol tree windows a horizontal scrollbar - yes, sometimesGuy Harris2001-05-271-2/+2
* Fix a bug reported by Christopher McAvaney inGerald Combs2001-05-121-12/+31
* "-l" command-line option to turn on automatic scrolling in "Update listGuy Harris2001-05-011-3/+6
* "prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldGuy Harris2001-05-011-2/+2
* Undefine "isprint()" before re-defining it, to squelch a compilerGuy Harris2001-04-251-1/+8
* Signed vs. unsigned fixes from Joerg Mayer.Guy Harris2001-04-243-10/+10
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-2/+2
* When displaying the numeric value for the value_string string that wasGuy Harris2001-04-201-1/+2
* Patch from Ronnie Sahlberg to cause the field description section of theGuy Harris2001-04-191-9/+28
* Check the validity of numbers specified in command-line options.Guy Harris2001-04-181-6/+31
* Fix to a preferences dialog bug, from <inoue@ainet.or.jp>.Guy Harris2001-04-171-2/+4
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-155-16/+17
* Added the ethereal capture preferences to the preference file.Jeff Foster2001-04-134-23/+26
* Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez2001-04-104-8/+42
* last_open_dir needs a trailing slash in order for the GTK+Gilbert Ramirez2001-04-093-28/+31
* Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez2001-04-053-8/+5
* Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez2001-04-032-2/+26
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-022-3/+4
* Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris2001-04-021-2/+2
* Added two new arguments to epan_init() and proto_init() toEd Warnicke2001-04-021-2/+3
* Change name of "Last-Protocol" columns to "End" so that there'sGilbert Ramirez2001-03-291-4/+4
* Make "comp_info_str" static in Ethereal - there's no need for it outsideGuy Harris2001-03-271-22/+37
* There's no "-D" option to Ethereal - remove the "D" from the getopt flagGuy Harris2001-03-271-2/+2
* GUI code fixes from Eduardo P�rez Ureta.Guy Harris2001-03-262-5/+4
* Create dialogue box as top-level window, not transient window.Gilbert Ramirez2001-03-261-4/+6
* Get rid of extra definition of "byte_nb_ptr"; it's defined inGuy Harris2001-03-241-8/+8
* Fix typos in comments.Guy Harris2001-03-241-3/+3
* "reactivate_window()" is used only by stuff in the "gtk" directory, andGuy Harris2001-03-243-3/+41
* The declaration of "destroy_packet_wins()" belongs inGuy Harris2001-03-242-3/+8
* Give the code that computes protocol statistics a progress dialog box,Guy Harris2001-03-242-9/+15