aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-5/+2
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-4/+7
2001-10-21Add little arrows to the column titles to indicate which column we'reGerald Combs1-6/+63
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris1-13/+10
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-1/+5
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-1/+5
2001-06-27Fix a problem that shows up if you build without libpcap.Guy Harris1-3/+3
2001-06-19In a capture child process, *completely ignore* the preference settingGuy Harris1-2/+12
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-23/+59
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-15/+28
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-24Signed vs. unsigned fixes from Joerg Mayer.Guy Harris1-2/+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-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-5/+5
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-7/+8
2001-04-10Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez1-3/+4
2001-04-09last_open_dir needs a trailing slash in order for the GTK+Gilbert Ramirez1-3/+22
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez1-2/+2
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez1-1/+9
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-1/+2
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-2/+3
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-23Changes required to support multiple named data sources.Jeff Foster1-9/+42
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez1-4/+21
2001-03-02create_main_window() does not need to be called by the capture childGilbert Ramirez1-3/+4
2001-02-20On Win32, if Ethereal started as a GUI rather than a consoleGuy Harris1-2/+115
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-2/+5
2001-02-08If we failed to open a capture file specified by the "-r" flag, don'tGuy Harris1-2/+3
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-182/+8
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris1-1/+5
2001-01-28Have separate capture and display filter lists; some filter dialog boxesGuy Harris1-5/+28
2001-01-28Call "get_filter_list()" when Ethereal starts up.Guy Harris1-1/+6
2001-01-21Give various filter constructing/editing dialog boxes titles to reflectGuy Harris1-2/+6
2001-01-21In the process of destroying a filter editing dialog box, we get aGuy Harris1-4/+6
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris1-3/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-3/+3
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez1-1/+10
2000-12-15Match Selected works better with FT_STRING variables.Gilbert Ramirez1-6/+11
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris1-8/+2
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-2/+2
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-5/+14
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-9/+11
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris1-2/+4
2000-10-27Move declaration of wsaData (for Win32) out of HAVE_LIBPCAP #ifdef block.Gilbert Ramirez1-2/+7
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-2/+2
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-3/+5