aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-01-18make the column preferences page look a bit more like the color rules dialogUlf Lamping1-61/+62
2004-01-18no more differences, wether display filter dialog is called fromUlf Lamping3-29/+11
2004-01-18complete redesign of color dialogUlf Lamping2-137/+159
2004-01-17Select first row in column list by default,Ulf Lamping1-3/+17
2004-01-17Clean up some compiler warnings.Guy Harris1-65/+70
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"Ulf Lamping3-109/+71
2004-01-16column preferences page now looks similar to the color dialog layout,Ulf Lamping1-34/+84
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer1-4/+5
2004-01-16bugfix: use correct size of global valueUlf Lamping1-6/+7
2004-01-15move "marked packet color" setting from gui_prefs to Colors page.Ulf Lamping2-332/+41
2004-01-14Change labels from "TCP Streams" to "Colors", to add other color values laterUlf Lamping2-11/+11
2004-01-14destroy the "save as" dialog only, if it's existingUlf Lamping1-2/+3
2004-01-13Use "retap_packets()" rather than "redissect_packets()".Guy Harris12-29/+29
2004-01-13Add a routine "retap_packet()" that runs through all packets, dissectingGuy Harris1-28/+14
2004-01-13"dfilter_compile()" supplies a null dfilter pointer for an empty filterGuy Harris1-2/+3
2004-01-13Add a routine "io_stat_reset()" to reset an io_stat_t; haveGuy Harris1-123/+100
2004-01-13Make the variable into which values fromGuy Harris1-5/+5
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris1-1/+2
2004-01-11#if 0 out test that causes an always false warningJörg Mayer2-2/+6
2004-01-10close the Save (As) dialog, when the capture file is closedUlf Lamping1-1/+8
2004-01-10add a "Save As" button to the toolbar,Ulf Lamping1-25/+55
2004-01-10using button compatibility macrosUlf Lamping1-6/+2
2004-01-10using button compatibility macrosUlf Lamping32-478/+150
2004-01-10using button compatibility macrosUlf Lamping4-321/+82
2004-01-10added various button compatibility macros,Ulf Lamping1-1/+46
2004-01-10removed two MSVC warnings (GTK2 related)Ulf Lamping1-3/+3
2004-01-09Export "remove_color_filter()", as it's used in "color_dlg.c".Guy Harris1-1/+2
2004-01-09Include <string.h> to declare "strcmp()".Guy Harris1-1/+2
2004-01-09Part 2 of the "unmarking a packet matching a color filter does not applyOlivier Biot2-4/+19
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping2-218/+419
2004-01-09some code cleanup in range.cUlf Lamping1-8/+4
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris11-1737/+1853
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot1-4/+13
2004-01-08If building without libpcap, exclude some stuff that builds only ifGuy Harris2-5/+10
2004-01-08Save As and range: don't use global vars in range.c,Ulf Lamping1-39/+37
2004-01-07Include string.h to import strerrorJörg Mayer1-1/+3
2004-01-07Get rid of "gtk_box_pack_start()" call to put the range table into theGuy Harris1-2/+1
2004-01-07added some simple_dialogs, if save of raw data fails for some reasonsUlf Lamping1-7/+11
2004-01-07Remove extraneous parameters of packet count in case the end-user manuallyOlivier Biot1-3/+5
2004-01-07Not that it really matters as the test still alwas evaluates to false:Jörg Mayer2-4/+4
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping3-120/+284
2004-01-06Widgets get freed when the reference count goes to zero; we don't needGuy Harris1-22/+23
2004-01-05an enum represents the radio buttons much better,Ulf Lamping1-45/+21
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping4-19/+19
2004-01-04User Specified Decodes, since it brings up a dialog box, should be User Speci...Richard Sharpe1-2/+2
2004-01-04A missing piece of Tadaaki Nagao's patches to add a global "disabledGuy Harris1-2/+2
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe1-4/+25
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe28-65/+65
2004-01-03Mark arguments as unused.Guy Harris1-11/+11
2004-01-02hide save dialog, while savingUlf Lamping1-4/+6