aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* remove a missplaced commentUlf Lamping2005-12-151-1/+0
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-142-4/+3
* hmmm, the include sequence might be important too ...Ulf Lamping2005-12-141-1/+1
* add missing includeUlf Lamping2005-12-141-0/+2
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-71/+21
* We should really do quit Ethereal if user asked us to do so with the -Q option!Ulf Lamping2005-12-131-0/+16
* add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.cUlf Lamping2005-12-061-16/+4
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-065-5/+5
* move some GTK only function declarations from ui_util.h to the appropriate he...Ulf Lamping2005-12-054-1/+23
* add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping2005-12-051-14/+1
* Check for a null blurb pointer for a field, as is done in some otherGuy Harris2005-12-041-7/+16
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-7/+26
* split some parts of the packet counting functions into their own files captur...Ulf Lamping2005-12-032-5/+6
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-032-0/+3
* fix alphabetical order of OPTINIT string, v seems to be a controversial chara...Ulf Lamping2005-12-011-1/+1
* Bug fixes from Irene.Michael Tüxen2005-12-011-32/+20
* fix #568: disable event "activate" handler for the range entry field. see the...Ulf Lamping2005-11-261-1/+13
* fix #358: instead of simply using tpmnam() for the Win32 print function, use ...Ulf Lamping2005-11-261-2/+18
* fix a simple GTK1 warningUlf Lamping2005-11-251-1/+4
* from Greg Morris:Ulf Lamping2005-11-255-2/+1027
* Trivial warning fixesJörg Mayer2005-11-221-1/+1
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-36/+70
* Don't list "-B" on UN*X - it's not available there.Guy Harris2005-11-171-18/+53
* hmmm, buggy bugfixUlf Lamping2005-11-161-2/+2
* the "pre-scan" of the command line parameters shouldn't stop the capture chil...Ulf Lamping2005-11-161-2/+6
* Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris2005-11-124-121/+129
* Skip some toolbar #includes if we're not using GTK+ 2.x.Guy Harris2005-11-101-1/+3
* Remove comment that no longer applies.Guy Harris2005-11-091-27/+7
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-0617-138/+105
* Packet-amr Register as "AMR" not "amr".Anders Broman2005-11-051-1/+62
* Get rid of no-longer-used code (the list of plugins is now just a tab inGuy Harris2005-11-031-67/+0
* From Jaap KeuterAnders Broman2005-10-291-18/+44
* Fix uninitialized variable errors.Guy Harris2005-10-272-10/+14
* Make the processing of "-z" arguments in the Tethereal I/O stat tap moreGuy Harris2005-10-271-17/+7
* Check on every iteration of a loop whether to pop up a dialog box,Guy Harris2005-10-272-17/+25
* bugfix: don't crash the file open dialog, if the preview gets confused by "in...Ulf Lamping2005-10-261-8/+12
* Revert 16279.Gilbert Ramirez2005-10-211-3/+1
* From Greg Morris.Gilbert Ramirez2005-10-201-1/+3
* From Greg Morris, patch to allow proper search/filtering ofGilbert Ramirez2005-10-201-1/+8
* From Greg Morris.Gilbert Ramirez2005-10-193-0/+767
* don't show the "stopping currently running capture" dialog, as the packet lis...Ulf Lamping2005-10-171-0/+7
* from Richard van der Hoff:Ulf Lamping2005-10-121-3/+2
* fix the link to the online users-guideUlf Lamping2005-10-091-1/+1
* minor bugfix: while closing a capture file, update the packets statusbar *aft...Ulf Lamping2005-10-071-3/+3
* fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping2005-10-071-32/+13
* fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping2005-10-062-0/+29
* fix 369: we must do some more GUI stuff in capture_update_started(),Ulf Lamping2005-10-051-0/+14
* fix cant_load_winpcap_err() parameterUlf Lamping2005-10-052-2/+2
* Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris2005-10-042-36/+14
* Properly terminate some value_string tables.Guy Harris2005-10-031-4/+5