| Commit message (Expand) | Author | Age | Files | Lines |
* | remove a missplaced comment | Ulf Lamping | 2005-12-15 | 1 | -1/+0 |
* | Constify a bunch of arguments and variables, to squelch compiler | Guy Harris | 2005-12-14 | 2 | -4/+3 |
* | hmmm, the include sequence might be important too ... | Ulf Lamping | 2005-12-14 | 1 | -1/+1 |
* | add missing include | Ulf Lamping | 2005-12-14 | 1 | -0/+2 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -71/+21 |
* | We should really do quit Ethereal if user asked us to do so with the -Q option! | Ulf Lamping | 2005-12-13 | 1 | -0/+16 |
* | add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.c | Ulf Lamping | 2005-12-06 | 1 | -16/+4 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 5 | -5/+5 |
* | move some GTK only function declarations from ui_util.h to the appropriate he... | Ulf Lamping | 2005-12-05 | 4 | -1/+23 |
* | add capture_opts_trim(), as this sequence is used three times now (will repla... | Ulf Lamping | 2005-12-05 | 1 | -14/+1 |
* | Check for a null blurb pointer for a field, as is done in some other | Guy Harris | 2005-12-04 | 1 | -7/+16 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -7/+26 |
* | split some parts of the packet counting functions into their own files captur... | Ulf Lamping | 2005-12-03 | 2 | -5/+6 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 2 | -0/+3 |
* | fix alphabetical order of OPTINIT string, v seems to be a controversial chara... | Ulf Lamping | 2005-12-01 | 1 | -1/+1 |
* | Bug fixes from Irene. | Michael Tüxen | 2005-12-01 | 1 | -32/+20 |
* | fix #568: disable event "activate" handler for the range entry field. see the... | Ulf Lamping | 2005-11-26 | 1 | -1/+13 |
* | fix #358: instead of simply using tpmnam() for the Win32 print function, use ... | Ulf Lamping | 2005-11-26 | 1 | -2/+18 |
* | fix a simple GTK1 warning | Ulf Lamping | 2005-11-25 | 1 | -1/+4 |
* | from Greg Morris: | Ulf Lamping | 2005-11-25 | 5 | -2/+1027 |
* | Trivial warning fixes | Jörg Mayer | 2005-11-22 | 1 | -1/+1 |
* | Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't | Guy Harris | 2005-11-17 | 1 | -36/+70 |
* | Don't list "-B" on UN*X - it's not available there. | Guy Harris | 2005-11-17 | 1 | -18/+53 |
* | hmmm, buggy bugfix | Ulf Lamping | 2005-11-16 | 1 | -2/+2 |
* | the "pre-scan" of the command line parameters shouldn't stop the capture chil... | Ulf Lamping | 2005-11-16 | 1 | -2/+6 |
* | Allow a progress dialog to have "Stop" or "Cancel" as the "terminate | Guy Harris | 2005-11-12 | 4 | -121/+129 |
* | Skip some toolbar #includes if we're not using GTK+ 2.x. | Guy Harris | 2005-11-10 | 1 | -1/+3 |
* | Remove comment that no longer applies. | Guy Harris | 2005-11-09 | 1 | -27/+7 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 17 | -138/+105 |
* | Packet-amr Register as "AMR" not "amr". | Anders Broman | 2005-11-05 | 1 | -1/+62 |
* | Get rid of no-longer-used code (the list of plugins is now just a tab in | Guy Harris | 2005-11-03 | 1 | -67/+0 |
* | From Jaap Keuter | Anders Broman | 2005-10-29 | 1 | -18/+44 |
* | Fix uninitialized variable errors. | Guy Harris | 2005-10-27 | 2 | -10/+14 |
* | Make the processing of "-z" arguments in the Tethereal I/O stat tap more | Guy Harris | 2005-10-27 | 1 | -17/+7 |
* | Check on every iteration of a loop whether to pop up a dialog box, | Guy Harris | 2005-10-27 | 2 | -17/+25 |
* | bugfix: don't crash the file open dialog, if the preview gets confused by "in... | Ulf Lamping | 2005-10-26 | 1 | -8/+12 |
* | Revert 16279. | Gilbert Ramirez | 2005-10-21 | 1 | -3/+1 |
* | From Greg Morris. | Gilbert Ramirez | 2005-10-20 | 1 | -1/+3 |
* | From Greg Morris, patch to allow proper search/filtering of | Gilbert Ramirez | 2005-10-20 | 1 | -1/+8 |
* | From Greg Morris. | Gilbert Ramirez | 2005-10-19 | 3 | -0/+767 |
* | don't show the "stopping currently running capture" dialog, as the packet lis... | Ulf Lamping | 2005-10-17 | 1 | -0/+7 |
* | from Richard van der Hoff: | Ulf Lamping | 2005-10-12 | 1 | -3/+2 |
* | fix the link to the online users-guide | Ulf Lamping | 2005-10-09 | 1 | -1/+1 |
* | minor bugfix: while closing a capture file, update the packets statusbar *aft... | Ulf Lamping | 2005-10-07 | 1 | -3/+3 |
* | fix Ethereal so command line capture parameter will work with kilobytes (again) | Ulf Lamping | 2005-10-07 | 1 | -32/+13 |
* | fix a packet_list_freeze / thaw pair, if a return comes in it's way | Ulf Lamping | 2005-10-06 | 2 | -0/+29 |
* | fix 369: we must do some more GUI stuff in capture_update_started(), | Ulf Lamping | 2005-10-05 | 1 | -0/+14 |
* | fix cant_load_winpcap_err() parameter | Ulf Lamping | 2005-10-05 | 2 | -2/+2 |
* | Add a "capture_errs.c" routine to cough up error messages for capture | Guy Harris | 2005-10-04 | 2 | -36/+14 |
* | Properly terminate some value_string tables. | Guy Harris | 2005-10-03 | 1 | -4/+5 |