aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-07-05From Alejandro VaqueroAnders Broman5-44/+118
2005-07-05From Ainsley Pereira:Anders Broman1-1/+2
2005-07-01fix #271: don't do:Ulf Lamping1-1/+0
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping1-2/+5
2005-06-28More constification.Guy Harris1-1/+1
2005-06-28"Handle" a couple of cases in the switch statement by adding them to theGuy Harris1-0/+2
2005-06-28"mtp3_sum_draw()" is never called with a null "table" argument - theGuy Harris1-5/+0
2005-06-27Add som more const qualifiers.Anders Broman4-5/+5
2005-06-27From Alejandro VaqueroAnders Broman3-32/+277
2005-06-26proto_hier_stats_dlg.c(99) : warning C4090: '=' : different 'const' qualifiersUlf Lamping1-1/+1
2005-06-26sctp_graph_dlg.c(383) : warning C4244: '=' : conversion from 'unsigned int ' ...Ulf Lamping1-1/+1
2005-06-26remove compiler warnings:Ulf Lamping1-1/+1
2005-06-26From Alejandro, fix for GTK1 graph_analysis issue.Ronnie Sahlberg1-0/+3
2005-06-25we are not a GNU program, so we shouldn't report as such in the command line ...Ulf Lamping1-1/+1
2005-06-24More constification.Guy Harris1-2/+2
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris6-16/+17
2005-06-23fix #135: handle the command line parameters -v, -h and -G completely in thei...Ulf Lamping1-99/+87
2005-06-23Win32: "fix" handling of create_console(), hopefully clarifying usage of the ...Ulf Lamping1-2/+4
2005-06-23beautify version and usage outputUlf Lamping1-4/+4
2005-06-20From Mike Duigou:Anders Broman5-9/+62
2005-06-17fix a typo in the usage outputUlf Lamping1-1/+1
2005-06-16Get rid of unnecessary assignment and unnecessary "volatile" qualifier.Guy Harris1-4/+2
2005-06-16Don't hand a null pointer to a "%s" format.Guy Harris1-1/+4
2005-06-16Fix a typo, and squelch a compiler warning.Guy Harris1-1/+2
2005-06-16Include <ctype.h> to define/declare "isspace()".Guy Harris1-0/+1
2005-06-15don't call "Capture/Start" Capture but Start in the toolbarUlf Lamping1-3/+3
2005-06-14From Javier AcunaAnders Broman1-2/+2
2005-06-11add missing #include "webbrowser.h" from previous commitUlf Lamping1-0/+1
2005-06-11add help button pointing to the wiki pageUlf Lamping1-1/+13
2005-06-10this is an attempt, please report problems:Ulf Lamping1-1/+19
2005-06-09fix positions of create_console()/destroy_console() calls for help and versio...Ulf Lamping1-3/+12
2005-06-09bugfix: don't crash, if cf->filename is NULL (which happens if an invalid cap...Ulf Lamping1-1/+1
2005-06-07From Alejandro Vaquero:Anders Broman1-24/+17
2005-06-06Add an ifdef and "dont apply patch twice".Anders Broman3-187/+5
2005-06-06From Mike Duigou:Anders Broman3-0/+374
2005-06-06From Alejandro Vaquero:Anders Broman2-272/+402
2005-06-04fix #220: the automatic display of the vertical scrollbar at the packet list ...Ulf Lamping1-0/+8
2005-06-04update usage output and manual pages for both Ethereal and Tethereal to refle...Ulf Lamping1-15/+15
2005-06-03Update URLs and domain names that refer to the WinPcap site.Guy Harris2-2/+2
2005-05-31add new command line flag "-g", will go to a given packet, after loading a ca...Ulf Lamping1-1/+9
2005-05-30fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping1-2/+6
2005-05-30First part to fix #148: use command line parameter -o not only for preference...Ulf Lamping3-48/+184
2005-05-29clarify some recent file entry descriptionsUlf Lamping1-3/+7
2005-05-28prevent unused function warningUlf Lamping1-0/+2
2005-05-27GdKEventScroll is not available in GTK-1.2Ronnie Sahlberg1-1/+7
2005-05-26fix #203: the scroll event handler used an inappropriate implementation to ge...Ulf Lamping1-5/+10
2005-05-26show the complete filename in the statusbar, as there's no good reason to hid...Ulf Lamping1-14/+26
2005-05-26don't use stdout but stderr for logging, as this will confuse the capture chi...Ulf Lamping1-18/+6
2005-05-26avoid two gcc warningsUlf Lamping1-2/+3
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping1-9/+72