aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28Ethereal->WiresharkAnders Broman1-27/+27
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-29Have the ring buffer routines take a pointer to a "bytes written" countGuy Harris1-2/+5
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-20/+20
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-26/+28
2006-03-24Various code cleanup in the capture pipe stuffUlf Lamping1-1/+3
2006-03-21Simplify the argument list to cap_pipe_dispatch().Guy Harris1-3/+2
2006-03-05In the capture_loop.c code, open the capture device for input beforeGuy Harris1-6/+6
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-52/+74
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-62/+84
2006-03-03Clean up white space.Guy Harris1-149/+151
2006-03-01Reject attempts to use packet capture options when we're reading a savedGuy Harris1-32/+78
2006-02-24finish adding the tethereal's funnel.Luis Ontanon1-0/+4
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-0/+17
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping1-5/+9
2006-02-07eXtenstion options access to the -X command line optionsLuis Ontanon1-3/+8
2006-02-06Move the code to relinquish set-UID and set-GID privileges to a routineGuy Harris1-15/+10
2006-02-06Add code to check whether the app was started with special privilegesGuy Harris1-0/+6
2006-01-21add matched coloring rule name and string to the frame dissector output (or n...Ulf Lamping1-0/+1
2006-01-12minor changesUlf Lamping1-4/+4
2006-01-12fix usage output Ulf Lamping1-38/+83
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping1-67/+26
2006-01-06code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping1-10/+9
2006-01-05Catch a combination of "-S" and "-w -" - you'll just getGuy Harris1-4/+13
2006-01-04Set "ld.save_file" when we start capturing, so we can report captureGuy Harris1-21/+46
2006-01-04Distinguish between "writing to the standard output" and "writing to aGuy Harris1-17/+26
2005-12-21Provide not only copyright information, but a GPL blurb, in all theGuy Harris1-7/+19
2005-12-16some minor fixes: logging and comments fixedUlf Lamping1-0/+4
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris1-3/+3
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-730/+188
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-12-05fixed a typoUlf Lamping1-1/+1
2005-12-05replace all appearances of 'fprintf(stderr, "tethereal: ' with 'cmdarg_err("'...Ulf Lamping1-154/+117
2005-12-01fix alphabetical order of OPTINIT string, v seems to be a controversial chara...Ulf Lamping1-1/+1
2005-11-25rephrase the error dialog if an interface couldn't be opened.Ulf Lamping1-8/+12
2005-11-18Add support for the "-B" flag to Tethereal on Windows.Guy Harris1-2/+36
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-4/+63
2005-11-07Include <wiretap/file_util.h> to declare the eth_ routines.Guy Harris1-0/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-5/+5
2005-10-07fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping1-1/+1
2005-10-06add missing #include "capture_errs.h"Ulf Lamping1-0/+1
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris1-1/+6
2005-10-04Add a note about 64-bit support in WinPcap to the capture errors onGuy Harris1-1/+12
2005-09-22Libpcap uses u_char; use it in our calls to libpcap routines and in ourGuy Harris1-6/+6
2005-09-22Update to current reality (WinPcap 3.1) the messages shown on Windows ifGuy Harris1-7/+8
2005-09-14fix wtap_dump_flush function name and don't check for it's return value. We d...Ulf Lamping1-4/+1
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-3/+3
2005-09-03Make usage messages fit within 80 characters.Guy Harris1-8/+9