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'tguy1-7/+11
2003-12-21Arrays indexed by a 1-octet unsigned value, if we don't know whichguy2-4/+4
2003-12-21"sizeof(array)" is the size of the array in bytes, not the number ofguy2-7/+10
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl5-17/+13
2003-12-21Compiling with -pedantic:jmayer1-1/+1
2003-12-20Move display filter into filtered packets frame.obiot1-22/+22
2003-12-19From Lars Roland:guy5-183/+48
2003-12-18A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that wesharpe1-3/+4
2003-12-17removed some more MSVC warnings (type casting), GTK2 specificulfl2-5/+5
2003-12-17From Lars Roland: have common code to handle display filter dialogs inguy33-315/+362
2003-12-17removed some more MSVC warnings (type casting)ulfl2-7/+8
2003-12-17removed some MSVC warnings (casting gdouble to gint, which is ok)ulfl1-5/+6
2003-12-17From Albert Chin: get rid of C++ comments.guy1-1/+1
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+oabad23-213/+171
2003-12-16From Ronnie Sahlberg: when the user selects a filter from the popupguy1-1/+4
2003-12-15DCE RPC version numbers are unsigned - print them with "%u".guy1-12/+19
2003-12-15if user clicks recent capture file item, and this file no longer exists,ulfl1-4/+21
2003-12-15From Lars Roland: export the value_string tables from packet-h225.c andguy1-236/+1
2003-12-14From Ronnie Sahlberg: fix a crash on Win32 when we resort a column inguy1-2/+2
2003-12-14From Ronnie Sahlberg: support iostat graphs with 1ms resolution.guy1-4/+4
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".guy10-15/+38
2003-12-13Squelch some compiler warnings.guy1-6/+6
2003-12-13added "most recently used" lists forulfl4-4/+333
2003-12-13removed unused #include "menu.h" from the stats.c filesulfl10-20/+11
2003-12-13mention the GPL license in the Help->About dialogulfl1-6/+11
2003-12-13set link layer type sensitive only,ulfl1-3/+3
2003-12-13Put in a comment about some issues with the way we do "Update list ofguy1-1/+15
2003-12-13Add some sanity checking of arguments.guy1-3/+6
2003-12-13sensitivity of packet range options fine tuning:ulfl1-5/+13
2003-12-12From Michael Lum:guy4-2/+984
2003-12-12In "dlg_window_new()" check to see if "top_level" has been initialized,gerald2-4/+6
2003-12-11prevent MSVC warning:ulfl1-4/+4
2003-12-10Oops, I checked the wrong tap into CVS somehow.guy1-131/+559
2003-12-09Mark parameter data as unused in callback_create_help().obiot1-2/+2
2003-12-09print system enhanced, more print ranges and expanded statesulfl2-7/+2
2003-12-09print system enhanced, more print ranges and expanded statesulfl1-127/+85
2003-12-09From Michael Lum:guy4-9/+319
2003-12-09Don't automatically size the columns - that's expensive in largeguy2-29/+13
2003-12-08moved "File->Save Highlighted Data" to "File->Export->Raw Packet Data"ulfl1-2/+4
2003-12-08removed seperator between the two print menuitemsulfl1-2/+1
2003-12-07Update various set_menu_object_data() calls to reflect recent menuoabad1-15/+16
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theguy1-1/+8
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andguy2-16/+14
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignguy13-26/+26
2003-12-03From Michael Lum: Ethereal tap for ANSI A-interface.guy3-7/+566
2003-12-03From Greg Morris: the "File->Save Highlighted" menu item has no icon, soguy1-4/+4
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveguy4-17/+17
2003-12-02From Didier Gautheron: for each column format type, save the first andguy1-1/+14
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"guy3-8/+8
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -guy4-27/+10