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