aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping2006-02-101-5/+9
* eXtenstion options access to the -X command line optionsLuis Ontanon2006-02-071-3/+8
* Move the code to relinquish set-UID and set-GID privileges to a routineGuy Harris2006-02-061-15/+10
* Add code to check whether the app was started with special privilegesGuy Harris2006-02-061-0/+6
* add matched coloring rule name and string to the frame dissector output (or n...Ulf Lamping2006-01-211-0/+1
* minor changesUlf Lamping2006-01-121-4/+4
* fix usage output Ulf Lamping2006-01-121-38/+83
* move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping2006-01-071-67/+26
* code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping2006-01-061-10/+9
* Catch a combination of "-S" and "-w -" - you'll just getGuy Harris2006-01-051-4/+13
* Set "ld.save_file" when we start capturing, so we can report captureGuy Harris2006-01-041-21/+46
* Distinguish between "writing to the standard output" and "writing to aGuy Harris2006-01-041-17/+26
* Provide not only copyright information, but a GPL blurb, in all theGuy Harris2005-12-211-7/+19
* some minor fixes: logging and comments fixedUlf Lamping2005-12-161-0/+4
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-141-3/+3
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-730/+188
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* fixed a typoUlf Lamping2005-12-051-1/+1
* replace all appearances of 'fprintf(stderr, "tethereal: ' with 'cmdarg_err("'...Ulf Lamping2005-12-051-154/+117
* fix alphabetical order of OPTINIT string, v seems to be a controversial chara...Ulf Lamping2005-12-011-1/+1
* rephrase the error dialog if an interface couldn't be opened.Ulf Lamping2005-11-251-8/+12
* Add support for the "-B" flag to Tethereal on Windows.Guy Harris2005-11-181-2/+36
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-4/+63
* Include <wiretap/file_util.h> to declare the eth_ routines.Guy Harris2005-11-071-0/+1
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-5/+5
* fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping2005-10-071-1/+1
* add missing #include "capture_errs.h"Ulf Lamping2005-10-061-0/+1
* Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris2005-10-041-1/+6
* Add a note about 64-bit support in WinPcap to the capture errors onGuy Harris2005-10-041-1/+12
* Libpcap uses u_char; use it in our calls to libpcap routines and in ourGuy Harris2005-09-221-6/+6
* Update to current reality (WinPcap 3.1) the messages shown on Windows ifGuy Harris2005-09-221-7/+8
* fix wtap_dump_flush function name and don't check for it's return value. We d...Ulf Lamping2005-09-141-4/+1
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-3/+3
* Make usage messages fit within 80 characters.Guy Harris2005-09-031-8/+9
* As with Ethereal, so with Tethereal; we're not a GNU program, don't sayGuy Harris2005-09-031-1/+1
* Fix a typo.Guy Harris2005-08-311-1/+1
* Set the time stamp precision; we need it when printing packet summaryGuy Harris2005-08-271-34/+63
* timestamp display precision:Ulf Lamping2005-08-251-5/+6
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-24/+16
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* Get rid of f_len field in capture_file structure - we can just keepGuy Harris2005-08-201-1/+0
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-191-1/+0
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-0/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-7/+7
* Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris2005-08-191-0/+1
* Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer2005-08-161-13/+4
* Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg2005-08-121-0/+1
* various code cleanup:Ulf Lamping2005-08-081-29/+25
* Squelch more const pointer warnings.Guy Harris2005-08-061-2/+2
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-1/+2