aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2003-12-21If we don't have any packets, or don't have any filtered packets, don'tGuy Harris1-7/+11
2003-12-21Arrays indexed by a 1-octet unsigned value, if we don't know whichGuy Harris2-4/+4
2003-12-21"sizeof(array)" is the size of the array in bytes, not the number ofGuy Harris2-7/+10
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping5-17/+13
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
2003-12-20Move display filter into filtered packets frame.Olivier Biot1-22/+22
2003-12-19From Lars Roland:Guy Harris5-183/+48
2003-12-18A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that weRichard Sharpe1-3/+4
2003-12-17removed some more MSVC warnings (type casting), GTK2 specificUlf Lamping2-5/+5
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris33-315/+362
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping2-7/+8
2003-12-17removed some MSVC warnings (casting gdouble to gint, which is ok)Ulf Lamping1-5/+6
2003-12-17From Albert Chin: get rid of C++ comments.Guy Harris1-1/+1
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad23-213/+171
2003-12-16From Ronnie Sahlberg: when the user selects a filter from the popupGuy Harris1-1/+4
2003-12-15DCE RPC version numbers are unsigned - print them with "%u".Guy Harris1-12/+19
2003-12-15if user clicks recent capture file item, and this file no longer exists,Ulf Lamping1-4/+21
2003-12-15From Lars Roland: export the value_string tables from packet-h225.c andGuy Harris1-236/+1
2003-12-14From Ronnie Sahlberg: fix a crash on Win32 when we resort a column inGuy Harris1-2/+2
2003-12-14From Ronnie Sahlberg: support iostat graphs with 1ms resolution.Guy Harris1-4/+4
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris10-15/+38
2003-12-13Squelch some compiler warnings.Guy Harris1-6/+6
2003-12-13added "most recently used" lists forUlf Lamping4-4/+333
2003-12-13removed unused #include "menu.h" from the stats.c filesUlf Lamping10-20/+11
2003-12-13mention the GPL license in the Help->About dialogUlf Lamping1-6/+11
2003-12-13set link layer type sensitive only,Ulf Lamping1-3/+3
2003-12-13Put in a comment about some issues with the way we do "Update list ofGuy Harris1-1/+15
2003-12-13Add some sanity checking of arguments.Guy Harris1-3/+6
2003-12-13sensitivity of packet range options fine tuning:Ulf Lamping1-5/+13
2003-12-12From Michael Lum:Guy Harris4-2/+984
2003-12-12In "dlg_window_new()" check to see if "top_level" has been initialized,Gerald Combs2-4/+6
2003-12-11prevent MSVC warning:Ulf Lamping1-4/+4
2003-12-10Oops, I checked the wrong tap into CVS somehow.Guy Harris1-131/+559
2003-12-09Mark parameter data as unused in callback_create_help().Olivier Biot1-2/+2
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping2-7/+2
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-127/+85
2003-12-09From Michael Lum:Guy Harris4-9/+319
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris2-29/+13
2003-12-08moved "File->Save Highlighted Data" to "File->Export->Raw Packet Data"Ulf Lamping1-2/+4
2003-12-08removed seperator between the two print menuitemsUlf Lamping1-2/+1
2003-12-07Update various set_menu_object_data() calls to reflect recent menuOlivier Abad1-15/+16
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theGuy Harris1-1/+8
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2-16/+14
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris13-26/+26
2003-12-03From Michael Lum: Ethereal tap for ANSI A-interface.Guy Harris3-7/+566
2003-12-03From Greg Morris: the "File->Save Highlighted" menu item has no icon, soGuy Harris1-4/+4
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris4-17/+17
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-1/+14
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris3-8/+8
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -Guy Harris4-27/+10