aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
Commit message (Expand)AuthorAgeFilesLines
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-311-15/+28
* "-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
* Signed vs. unsigned fixes from Joerg Mayer.Guy Harris2001-04-241-2/+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
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-151-5/+5
* Added the ethereal capture preferences to the preference file.Jeff Foster2001-04-131-7/+8
* Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez2001-04-101-3/+4
* last_open_dir needs a trailing slash in order for the GTK+Gilbert Ramirez2001-04-091-3/+22
* Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez2001-04-051-2/+2
* Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez2001-04-031-1/+9
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-021-1/+2
* Added two new arguments to epan_init() and proto_init() toEd Warnicke2001-04-021-2/+3
* 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
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-9/+42
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-021-4/+21
* create_main_window() does not need to be called by the capture childGilbert Ramirez2001-03-021-3/+4
* On Win32, if Ethereal started as a GUI rather than a consoleGuy Harris2001-02-201-2/+115
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-2/+5
* If we failed to open a capture file specified by the "-r" flag, don'tGuy Harris2001-02-081-2/+3
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-182/+8
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-281-1/+5
* Have separate capture and display filter lists; some filter dialog boxesGuy Harris2001-01-281-5/+28
* Call "get_filter_list()" when Ethereal starts up.Guy Harris2001-01-281-1/+6
* Give various filter constructing/editing dialog boxes titles to reflectGuy Harris2001-01-211-2/+6
* In the process of destroying a filter editing dialog box, we get aGuy Harris2001-01-211-4/+6
* Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris2001-01-101-3/+3
* Add a dialog box for constructing expressions that test a field in theGuy Harris2001-01-021-3/+3
* Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez2000-12-221-1/+10
* Match Selected works better with FT_STRING variables.Gilbert Ramirez2000-12-151-6/+11
* Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris2000-12-031-8/+2
* Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez2000-11-221-2/+2
* Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris2000-11-211-5/+14
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-9/+11
* Add a fourth choice of time format in the packet list display, whichGuy Harris2000-11-011-2/+4
* Move declaration of wsaData (for Win32) out of HAVE_LIBPCAP #ifdef block.Gilbert Ramirez2000-10-271-2/+7
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-1/+2
* Give libethereal its own configuration file, and have that configurationGuy Harris2000-10-161-2/+2
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-3/+5
* Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris2000-09-151-3/+11
* Corrected startup // shutdown of windows sockets to allow name resolution to ...Graham Bloice2000-09-141-1/+12
* "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris2000-09-091-5/+5
* Redraw:Guy Harris2000-09-081-7/+4
* Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris2000-09-081-3/+5
* If the default build-in fonts are not found, use the "6x13" fontsLaurent Deniel2000-08-231-1/+3
* Remove the -D option.Laurent Deniel2000-08-231-5/+2
* Do not display "Text (text)" (i.e. FT_TEXT_ONLY) for unfilterableLaurent Deniel2000-08-221-2/+2
* Add a help context identifier for the status bar.Laurent Deniel2000-08-221-2/+24