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