| Commit message (Expand) | Author | Age | Files | Lines |
* | remove all calls to exit() from the capture_opts.c and replace them by status... | Ulf Lamping | 2006-02-10 | 1 | -5/+9 |
* | eXtenstion options access to the -X command line options | Luis Ontanon | 2006-02-07 | 1 | -3/+8 |
* | Move the code to relinquish set-UID and set-GID privileges to a routine | Guy Harris | 2006-02-06 | 1 | -15/+10 |
* | Add code to check whether the app was started with special privileges | Guy Harris | 2006-02-06 | 1 | -0/+6 |
* | add matched coloring rule name and string to the frame dissector output (or n... | Ulf Lamping | 2006-01-21 | 1 | -0/+1 |
* | minor changes | Ulf Lamping | 2006-01-12 | 1 | -4/+4 |
* | fix usage output | Ulf Lamping | 2006-01-12 | 1 | -38/+83 |
* | move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ... | Ulf Lamping | 2006-01-07 | 1 | -67/+26 |
* | code cleanup: use "-" for all places, where stdin/stdout is meant | Ulf Lamping | 2006-01-06 | 1 | -10/+9 |
* | Catch a combination of "-S" and "-w -" - you'll just get | Guy Harris | 2006-01-05 | 1 | -4/+13 |
* | Set "ld.save_file" when we start capturing, so we can report capture | Guy Harris | 2006-01-04 | 1 | -21/+46 |
* | Distinguish between "writing to the standard output" and "writing to a | Guy Harris | 2006-01-04 | 1 | -17/+26 |
* | Provide not only copyright information, but a GPL blurb, in all the | Guy Harris | 2005-12-21 | 1 | -7/+19 |
* | some minor fixes: logging and comments fixed | Ulf Lamping | 2005-12-16 | 1 | -0/+4 |
* | Constify a bunch of arguments and variables, to squelch compiler | Guy Harris | 2005-12-14 | 1 | -3/+3 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -730/+188 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -1/+1 |
* | fixed a typo | Ulf Lamping | 2005-12-05 | 1 | -1/+1 |
* | replace all appearances of 'fprintf(stderr, "tethereal: ' with 'cmdarg_err("'... | Ulf Lamping | 2005-12-05 | 1 | -154/+117 |
* | fix alphabetical order of OPTINIT string, v seems to be a controversial chara... | Ulf Lamping | 2005-12-01 | 1 | -1/+1 |
* | rephrase the error dialog if an interface couldn't be opened. | Ulf Lamping | 2005-11-25 | 1 | -8/+12 |
* | Add support for the "-B" flag to Tethereal on Windows. | Guy Harris | 2005-11-18 | 1 | -2/+36 |
* | Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't | Guy Harris | 2005-11-17 | 1 | -4/+63 |
* | Include <wiretap/file_util.h> to declare the eth_ routines. | Guy Harris | 2005-11-07 | 1 | -0/+1 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -5/+5 |
* | fix Ethereal so command line capture parameter will work with kilobytes (again) | Ulf Lamping | 2005-10-07 | 1 | -1/+1 |
* | add missing #include "capture_errs.h" | Ulf Lamping | 2005-10-06 | 1 | -0/+1 |
* | Add a "capture_errs.c" routine to cough up error messages for capture | Guy Harris | 2005-10-04 | 1 | -1/+6 |
* | Add a note about 64-bit support in WinPcap to the capture errors on | Guy Harris | 2005-10-04 | 1 | -1/+12 |
* | Libpcap uses u_char; use it in our calls to libpcap routines and in our | Guy Harris | 2005-09-22 | 1 | -6/+6 |
* | Update to current reality (WinPcap 3.1) the messages shown on Windows if | Guy Harris | 2005-09-22 | 1 | -7/+8 |
* | fix wtap_dump_flush function name and don't check for it's return value. We d... | Ulf Lamping | 2005-09-14 | 1 | -4/+1 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -3/+3 |
* | Make usage messages fit within 80 characters. | Guy Harris | 2005-09-03 | 1 | -8/+9 |
* | As with Ethereal, so with Tethereal; we're not a GNU program, don't say | Guy Harris | 2005-09-03 | 1 | -1/+1 |
* | Fix a typo. | Guy Harris | 2005-08-31 | 1 | -1/+1 |
* | Set the time stamp precision; we need it when printing packet summary | Guy Harris | 2005-08-27 | 1 | -34/+63 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -5/+6 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -24/+16 |
* | Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with | Guy Harris | 2005-08-20 | 1 | -1/+1 |
* | Get rid of f_len field in capture_file structure - we can just keep | Guy Harris | 2005-08-20 | 1 | -1/+0 |
* | Add APIs to Wiretap to return the file of the size as supplied by the OS | Guy Harris | 2005-08-19 | 1 | -1/+0 |
* | Move the stats.[ch] stuff into epan, so plugins can use it. | Guy Harris | 2005-08-19 | 1 | -0/+1 |
* | Move the APIs for registering and processing "-z" command-line arguments | Guy Harris | 2005-08-19 | 1 | -7/+7 |
* | Have "f_datalen" keep track of the number of bytes of uncompressed file | Guy Harris | 2005-08-19 | 1 | -0/+1 |
* | Move SVNVERSION handling into version_info. That way, we won't have | Jörg Mayer | 2005-08-16 | 1 | -13/+4 |
* | Add beginning of seasonal allocation in addition to the existing ephemeral ... | Ronnie Sahlberg | 2005-08-12 | 1 | -0/+1 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -29/+25 |
* | Squelch more const pointer warnings. | Guy Harris | 2005-08-06 | 1 | -2/+2 |
* | Constify to remove a bunch of warnings. Add some casts to squelch | Guy Harris | 2005-07-24 | 1 | -1/+2 |