aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-03As with Ethereal, so with Tethereal; we're not a GNU program, don't sayGuy Harris1-1/+1
2005-08-31Fix a typo.Guy Harris1-1/+1
2005-08-27Set the time stamp precision; we need it when printing packet summaryGuy Harris1-34/+63
2005-08-25timestamp display precision:Ulf Lamping1-5/+6
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-24/+16
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20Get rid of f_len field in capture_file structure - we can just keepGuy Harris1-1/+0
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-1/+0
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-0/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-7/+7
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris1-0/+1
2005-08-16Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer1-13/+4
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg1-0/+1
2005-08-08various code cleanup:Ulf Lamping1-29/+25
2005-08-06Squelch more const pointer warnings.Guy Harris1-2/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+2
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-4/+4
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-1/+4
2005-06-04update usage output and manual pages for both Ethereal and Tethereal to refle...Ulf Lamping1-10/+10
2005-05-12Don't include <pcap.h> twice.Guy Harris1-7/+3
2005-05-05make tethereal compile when plugins are disabledRonnie Sahlberg1-0/+2
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-59/+12
2005-04-01Don't assume only one "-z" argument will be given on the command line;Guy Harris1-13/+26
2005-03-23If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris1-0/+6
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer1-3/+2
2005-03-01If -z was not given as the very last argument the tap listener initialization...Luis Ontanon1-4/+6
2005-02-28Make sure that plugin tap listeners get registered before the non-plugin tap ...Luis Ontanon1-1/+5
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris1-0/+1
2005-02-23in tetherealLuis Ontanon1-1/+1
2005-02-23use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping1-44/+2
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping1-236/+38
2005-02-22Do not call the tap's initialization as soon as the -z option is read,Luis Ontanon1-3/+14