aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-18Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,Gerald Combs1-1/+8
2003-11-02The recent link-layer type additions broke "-r". Make it work again.Gerald Combs1-2/+2
2003-11-01Return FALSE from the configure event handler, so that anybody elseGuy Harris1-2/+2
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-44/+126
2003-10-20If a tap menu item doesn't have a "selected_packet_enabled()" orGuy Harris1-6/+2
2003-10-16- use stock icons in the toolbar when using GTK2Olivier Abad1-1/+2
2003-10-16There doesn't seem to be any need to set "cfile.dfilter" to the contentsGuy Harris1-2/+1
2003-10-15From Ulf Lamping: toolbar.Guy Harris1-2/+6
2003-10-14From Ian Schorr:Guy Harris1-39/+79
2003-10-10Updates to TimeReference FramesRonnie Sahlberg1-8/+26
2003-10-07Make the window geometry information static - it's not used outside thisGuy Harris1-65/+77
2003-09-24In packet_list_button_pressed_cb (gtk2 version) :Olivier Abad1-8/+7
2003-09-24Pass a pointer to a "capture_file" structure toGuy Harris1-2/+2
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-35/+32
2003-09-23Temporary patch for the packet_list column resize problem in gtk2.Olivier Abad1-5/+1
2003-09-15Clean up an error message.Guy Harris1-3/+3
2003-09-15Don't pop up tap windows specified with "-z" options until we have aGuy Harris1-9/+21
2003-09-15Rename various capture file routines to have names starting with "cf_".Guy Harris1-7/+7
2003-09-15Don't allow -k and a capture file to both be specified on the commandGuy Harris1-3/+10
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-1/+24
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-2/+4
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris1-4/+7
2003-09-03And for Cal,Ronnie Sahlberg1-2/+2
2003-08-28Marking packets with the middle mouse button works now with GTK2.Olivier Abad1-2/+1
2003-08-19Construct the About box ourselves, so it has the title "About Ethereal"Guy Harris1-9/+60
2003-08-19Update to the Response Time Statistics taps.Ronnie Sahlberg1-1/+3
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-72/+120
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez1-4/+6
2003-07-19In packet_list_button_pressed_cb :Olivier Abad1-1/+3
2003-07-19In set_plist_sel_browse : change broken logic when determining if theOlivier Abad1-12/+10
2003-07-18Various fixes related to GTK2 :Olivier Abad1-8/+9
2003-07-04From Lars Roland: load WinPcap *before* constructing the informationGuy Harris1-9/+9
2003-06-22Ringbuffer rework.Laurent Deniel1-8/+19
2003-06-09Clean up the usage message a bit (using the convention, adhered to by atGuy Harris1-10/+8
2003-06-08Add a "--enable-threads" option, which allows to build the gtk+ v2Olivier Abad1-6/+6
2003-05-16Squelch some compiler complaints.Guy Harris1-2/+2
2003-05-15Implement a ring buffer switch duration:Laurent Deniel1-4/+58
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-1/+6
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris1-13/+13
2003-04-23Change copyright date to 2003.Laurent Deniel1-2/+2
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-2/+2
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-4/+9
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-2/+2
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-1/+2
2003-03-12Change the version messages to put the "compiled with" stuff on aGuy Harris1-11/+15
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris1-70/+4
2003-03-02Get rid of unneeded includes of "../ui_util.h".Guy Harris1-2/+1
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris1-19/+3
2003-03-01The correct way to go to a frame with a given number is to useGuy Harris1-4/+20
2003-02-17In gtk2 code, replace gdk_string_width() with the "Pango" way ofOlivier Abad1-4/+8