aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-10Hoist the code for handling "-G" into a common module.Guy Harris1-20/+2
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez1-2/+6
2004-08-13When opening an output file, use "file_snaplen" as the snapshot length,Guy Harris1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-08-06Mention psml as a valid option to -T in the usage statements.Gilbert Ramirez1-2/+2
2004-08-03Disallow "-f" when not doing a live capture, rather than just ignoringGuy Harris1-0/+13
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris1-57/+155
2004-07-25"-T ps" should not imply "-V"; one should be able to get a list ofGuy Harris1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs1-5/+5
2004-07-09Don't complain about "-T pdml" or "-T psml" being combined with "-x"Guy Harris1-4/+6
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-214/+296
2004-07-08Fix the error for a WTAP_ERR_UNSUPPORTED_ENCAP read error to moreGuy Harris1-2/+2
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris1-7/+14
2004-06-10Move the ring-buffer tests from "process_packet()" toGuy Harris1-58/+48
2004-05-31Add a routine that indicates where there are any tap listenersGuy Harris1-6/+17
2004-05-31Make "-q" suppress packet printing when you're reading a capture fileGuy Harris1-4/+11