aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris1-3/+11
2000-09-14Corrected startup // shutdown of windows sockets to allow name resolution to ...Graham Bloice1-1/+12
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris1-5/+5
2000-09-08Redraw:Guy Harris1-7/+4
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-3/+5
2000-08-23If the default build-in fonts are not found, use the "6x13" fontsLaurent Deniel1-1/+3
2000-08-23Remove the -D option.Laurent Deniel1-5/+2
2000-08-22Do not display "Text (text)" (i.e. FT_TEXT_ONLY) for unfilterableLaurent Deniel1-2/+2
2000-08-22Add a help context identifier for the status bar.Laurent Deniel1-2/+24
2000-08-22Add "Colors..." button in GUI preferences.Laurent Deniel1-1/+13
2000-08-22Put "-t <time stamp format>" back into the usage message for EtherealGuy Harris1-2/+2
2000-08-21Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel1-4/+3
2000-08-21Add some menu items related to the "frame mark" feature inLaurent Deniel1-11/+43
2000-08-21Frames in the packet list can now be marked by the user usingLaurent Deniel1-1/+28
2000-08-21Make work better the (hexdump) popup menus.Laurent Deniel1-9/+10
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-70/+21
2000-08-21"capture_child" isn't declared or defined if HAVE_LIBPCAP isn't defined;Guy Harris1-2/+6
2000-08-20Add a popup menu for the hexdump window. For now, it has only theLaurent Deniel1-1/+5
2000-08-20- do not issue the font warning if in the child process (used for real timeLaurent Deniel1-9/+13
2000-08-20When the Win32 GTK+ constructs fake XLFD names for Windows fonts, itGuy Harris1-1/+2
2000-08-20Remove references to the "-b" option from the usage messages, as thatGuy Harris1-11/+10
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris1-17/+86
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris1-3/+10
2000-08-15In "set_plist_sel_browse()", don't unselect the current packet if theGuy Harris1-1/+24
2000-08-15Implements the "Properties" menu item which displays the preferences windowLaurent Deniel1-1/+4
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+7
2000-08-05Arrange that filter dialog boxes have an "Apply" button only if one canGuy Harris1-2/+4
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-436/+1
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-5/+5
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-1/+6
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris1-28/+50
2000-07-05Note, in a comment, that "gtk_set_locale()" sets the C-language locale.Guy Harris1-2/+3
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris1-7/+3
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-26/+51
2000-06-27Get rid of a debugging fprintf.Guy Harris1-2/+1
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-75/+76
2000-06-24Write and read the temporary file for "Follow TCP Stream" as a binaryGuy Harris1-3/+3
2000-06-15Changes from Graham Bloice to support "Update list of packets in realGuy Harris1-2/+19
2000-06-05Add gtk_set_locale() as recommended byGilbert Ramirez1-1/+6
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-10/+1
2000-05-10Graham Bloice's changes to make clicking on a column header cause theGuy Harris1-2/+68
2000-04-14On Win32, build Ethereal as a Windows-subsystem program rather than aGuy Harris1-1/+22
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-3/+3
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris1-20/+4
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-2/+1
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris1-2/+1
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris1-3/+3