aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2005-02-07Fix up the suppression of packet printing and packet count printing soGuy Harris1-13/+22
2005-02-07Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris1-1/+4
2005-02-07Suppress the packet counts when we're reading from a file.Guy Harris1-0/+1
2005-02-07Tethereal can write to a file in binary even if not built with libpcap.Guy Harris1-40/+41
2005-02-07Clean up indentation.Guy Harris1-39/+37
2005-02-06"iface" is now a member of "capture_opts", not "cfile".Guy Harris1-1/+2
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-20/+28
2005-02-05Put "cf_status_t" back.Guy Harris1-3/+3
2005-02-05Make "cf_open()" match the prototype in "file.h".Guy Harris1-1/+1
2005-02-04Instead of having a single enumerated type for status return values fromGuy Harris1-3/+3
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-9/+7
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-74/+79
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-4/+6
2005-02-03prevent ringbuffer from having to know about capture_file type at all (decoup...Ulf Lamping1-3/+3
2005-01-16Report a friendlier name, if possible, when capturing in Tethereal.Guy Harris1-1/+5
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-12/+12
2004-12-01Move the #ifdef/#endif a bit so that the entire chunk ofGuy Harris1-2/+2
2004-12-01minor fix to tethereal to allow it to compile with --without-pcapRonnie Sahlberg1-0/+2
2004-11-11As per Sebastian Felis, don't assume that doubling the size of the lineGuy Harris1-34/+34
2004-10-19If we're not printing packet information, don't print the preamble orGuy Harris1-7/+11
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-53/+53