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