aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Squelch a compiler pointer vs. integer warning - NULL is for pointers,Guy Harris2005-07-071-1/+1
* Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness"Guy Harris2005-07-071-6/+2
* Explicitly initialize all the elements of a voip_calls_tapinfo_t, toGuy Harris2005-07-071-1/+1
* From Alejandro VaqueroAnders Broman2005-07-055-44/+118
* From Ainsley Pereira:Anders Broman2005-07-051-1/+2
* fix #271: don't do:Ulf Lamping2005-07-011-1/+0
* add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping2005-06-301-2/+5
* More constification.Guy Harris2005-06-281-1/+1
* "Handle" a couple of cases in the switch statement by adding them to theGuy Harris2005-06-281-0/+2
* "mtp3_sum_draw()" is never called with a null "table" argument - theGuy Harris2005-06-281-5/+0
* Add som more const qualifiers.Anders Broman2005-06-274-5/+5
* From Alejandro VaqueroAnders Broman2005-06-273-32/+277
* proto_hier_stats_dlg.c(99) : warning C4090: '=' : different 'const' qualifiersUlf Lamping2005-06-261-1/+1
* sctp_graph_dlg.c(383) : warning C4244: '=' : conversion from 'unsigned int ' ...Ulf Lamping2005-06-261-1/+1
* remove compiler warnings:Ulf Lamping2005-06-261-1/+1
* From Alejandro, fix for GTK1 graph_analysis issue.Ronnie Sahlberg2005-06-261-0/+3
* we are not a GNU program, so we shouldn't report as such in the command line ...Ulf Lamping2005-06-251-1/+1
* More constification.Guy Harris2005-06-241-2/+2
* Constify a bunch of structure members and function arguments, to squelchGuy Harris2005-06-246-16/+17
* fix #135: handle the command line parameters -v, -h and -G completely in thei...Ulf Lamping2005-06-231-99/+87
* Win32: "fix" handling of create_console(), hopefully clarifying usage of the ...Ulf Lamping2005-06-231-2/+4
* beautify version and usage outputUlf Lamping2005-06-231-4/+4
* From Mike Duigou:Anders Broman2005-06-205-9/+62
* fix a typo in the usage outputUlf Lamping2005-06-171-1/+1
* Get rid of unnecessary assignment and unnecessary "volatile" qualifier.Guy Harris2005-06-161-4/+2
* Don't hand a null pointer to a "%s" format.Guy Harris2005-06-161-1/+4
* Fix a typo, and squelch a compiler warning.Guy Harris2005-06-161-1/+2
* Include <ctype.h> to define/declare "isspace()".Guy Harris2005-06-161-0/+1
* don't call "Capture/Start" Capture but Start in the toolbarUlf Lamping2005-06-151-3/+3
* From Javier AcunaAnders Broman2005-06-141-2/+2
* add missing #include "webbrowser.h" from previous commitUlf Lamping2005-06-111-0/+1
* add help button pointing to the wiki pageUlf Lamping2005-06-111-1/+13
* this is an attempt, please report problems:Ulf Lamping2005-06-101-1/+19
* fix positions of create_console()/destroy_console() calls for help and versio...Ulf Lamping2005-06-091-3/+12
* bugfix: don't crash, if cf->filename is NULL (which happens if an invalid cap...Ulf Lamping2005-06-091-1/+1
* From Alejandro Vaquero:Anders Broman2005-06-071-24/+17
* Add an ifdef and "dont apply patch twice".Anders Broman2005-06-063-187/+5
* From Mike Duigou:Anders Broman2005-06-063-0/+374
* From Alejandro Vaquero:Anders Broman2005-06-062-272/+402
* fix #220: the automatic display of the vertical scrollbar at the packet list ...Ulf Lamping2005-06-041-0/+8
* update usage output and manual pages for both Ethereal and Tethereal to refle...Ulf Lamping2005-06-041-15/+15
* Update URLs and domain names that refer to the WinPcap site.Guy Harris2005-06-032-2/+2
* add new command line flag "-g", will go to a given packet, after loading a ca...Ulf Lamping2005-05-311-1/+9
* fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping2005-05-301-2/+6
* First part to fix #148: use command line parameter -o not only for preference...Ulf Lamping2005-05-303-48/+184
* clarify some recent file entry descriptionsUlf Lamping2005-05-291-3/+7
* prevent unused function warningUlf Lamping2005-05-281-0/+2
* GdKEventScroll is not available in GTK-1.2Ronnie Sahlberg2005-05-271-1/+7
* fix #203: the scroll event handler used an inappropriate implementation to ge...Ulf Lamping2005-05-261-5/+10
* show the complete filename in the statusbar, as there's no good reason to hid...Ulf Lamping2005-05-261-14/+26