aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-4/+4
* EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg2005-07-221-1/+4
* update usage output and manual pages for both Ethereal and Tethereal to refle...Ulf Lamping2005-06-041-10/+10
* Don't include <pcap.h> twice.Guy Harris2005-05-121-7/+3
* make tethereal compile when plugins are disabledRonnie Sahlberg2005-05-051-0/+2
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-59/+12
* Don't assume only one "-z" argument will be given on the command line;Guy Harris2005-04-011-13/+26
* If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris2005-03-231-0/+6
* - pcap.h needs to be included before capture.hJörg Mayer2005-03-071-3/+2
* If -z was not given as the very last argument the tap listener initialization...Luis Ontanon2005-03-011-4/+6
* Make sure that plugin tap listeners get registered before the non-plugin tap ...Luis Ontanon2005-02-281-1/+5
* The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris2005-02-271-0/+1
* in tetherealLuis Ontanon2005-02-231-1/+1
* use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping2005-02-231-44/+2
* move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping2005-02-231-236/+38
* Do not call the tap's initialization as soon as the -z option is read,Luis Ontanon2005-02-221-3/+14
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* Fix up the suppression of packet printing and packet count printing soGuy Harris2005-02-071-13/+22
* Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris2005-02-071-1/+4
* Suppress the packet counts when we're reading from a file.Guy Harris2005-02-071-0/+1
* Tethereal can write to a file in binary even if not built with libpcap.Guy Harris2005-02-071-40/+41
* Clean up indentation.Guy Harris2005-02-071-39/+37
* "iface" is now a member of "capture_opts", not "cfile".Guy Harris2005-02-061-1/+2
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-20/+28
* Put "cf_status_t" back.Guy Harris2005-02-051-3/+3
* Make "cf_open()" match the prototype in "file.h".Guy Harris2005-02-051-1/+1
* Instead of having a single enumerated type for status return values fromGuy Harris2005-02-041-3/+3
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-9/+7
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-74/+79
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-4/+6
* prevent ringbuffer from having to know about capture_file type at all (decoup...Ulf Lamping2005-02-031-3/+3
* Report a friendlier name, if possible, when capturing in Tethereal.Guy Harris2005-01-161-1/+5
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-12/+12
* Move the #ifdef/#endif a bit so that the entire chunk ofGuy Harris2004-12-011-2/+2
* minor fix to tethereal to allow it to compile with --without-pcapRonnie Sahlberg2004-12-011-0/+2
* As per Sebastian Felis, don't assume that doubling the size of the lineGuy Harris2004-11-111-34/+34
* If we're not printing packet information, don't print the preamble orGuy Harris2004-10-191-7/+11
* Get rid of warnings about shadowed variables (code was ok)Jörg Mayer2004-10-011-53/+53
* Move the column preferences stuff to epan (the rest of the preferencesGuy Harris2004-09-291-1/+1
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Hoist the code for handling "-G" into a common module.Guy Harris2004-09-101-20/+2
* Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez2004-09-101-2/+6
* When opening an output file, use "file_snaplen" as the snapshot length,Guy Harris2004-08-131-2/+2
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Mention psml as a valid option to -T in the usage statements.Gilbert Ramirez2004-08-061-2/+2
* Disallow "-f" when not doing a live capture, rather than just ignoringGuy Harris2004-08-031-0/+13
* Make some generic print routines that take, as an argument, a pointer toGuy Harris2004-07-251-57/+155
* "-T ps" should not imply "-V"; one should be able to get a list ofGuy Harris2004-07-251-1/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1