Put the low-level sync routines into a common file so they can be shared
[metze/wireshark/wip.git] / tethereal.c
2006-04-03 Guy HarrisPut the low-level sync routines into a common file...
2006-04-03 Guy HarrisIn Tethereal, don't save to a temporary file if "-w...
2006-03-24 Ulf LampingVarious code cleanup in the capture pipe stuff
2006-03-21 Guy HarrisSimplify the argument list to cap_pipe_dispatch().
2006-03-05 Guy HarrisIn the capture_loop.c code, open the capture device...
2006-03-05 Guy HarrisPass two strings in capture child messages, so the...
2006-03-04 Guy HarrisWhen capturing, we only support writing to libpcap...
2006-03-03 Guy HarrisClean up white space.
2006-03-01 Guy HarrisReject attempts to use packet capture options when...
2006-02-24 Luis Ontanonfinish adding the tethereal's funnel.
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2006-02-10 Ulf Lampingremove all calls to exit() from the capture_opts.c...
2006-02-07 Luis OntanoneXtenstion options access to the -X command line options
2006-02-06 Guy HarrisMove the code to relinquish set-UID and set-GID privile...
2006-02-06 Guy HarrisAdd code to check whether the app was started with...
2006-01-21 Ulf Lampingadd matched coloring rule name and string to the frame...
2006-01-12 Ulf Lampingminor changes
2006-01-12 Ulf Lampingfix usage output
2006-01-07 Ulf Lampingmove output_to_pipe flag from tethereal's loop_data...
2006-01-06 Ulf Lampingcode cleanup: use "-" for all places, where stdin/stdou...
2006-01-05 Guy HarrisCatch a combination of "-S" and "-w -" - you'll just get
2006-01-04 Guy HarrisSet "ld.save_file" when we start capturing, so we can...
2006-01-04 Guy HarrisDistinguish between "writing to the standard output...
2005-12-21 Guy HarrisProvide not only copyright information, but a GPL blurb...
2005-12-16 Ulf Lampingsome minor fixes: logging and comments fixed
2005-12-14 Guy HarrisConstify a bunch of arguments and variables, to squelch...
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-05 Ulf Lampingfixed a typo
2005-12-05 Ulf Lampingreplace all appearances of 'fprintf(stderr, "tethereal...
2005-12-01 Ulf Lampingfix alphabetical order of OPTINIT string, v seems to...
2005-11-25 Ulf Lampingrephrase the error dialog if an interface couldn't...
2005-11-18 Guy HarrisAdd support for the "-B" flag to Tethereal on Windows.
2005-11-17 Guy HarrisHandle "-G" only in Tethereal - it doesn't work in...
2005-11-07 Guy HarrisInclude <wiretap/file_util.h> to declare the eth_ routines.
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-10-07 Ulf Lampingfix Ethereal so command line capture parameter will...
2005-10-06 Ulf Lampingadd missing #include "capture_errs.h"
2005-10-04 Guy HarrisAdd a "capture_errs.c" routine to cough up error messag...
2005-10-04 Guy HarrisAdd a note about 64-bit support in WinPcap to the captu...
2005-09-22 Guy HarrisLibpcap uses u_char; use it in our calls to libpcap...
2005-09-22 Guy HarrisUpdate to current reality (WinPcap 3.1) the messages...
2005-09-14 Ulf Lampingfix wtap_dump_flush function name and don't check for...
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-09-03 Guy HarrisMake usage messages fit within 80 characters.
2005-09-03 Guy HarrisAs with Ethereal, so with Tethereal; we're not a GNU...
2005-08-31 Guy HarrisFix a typo.
2005-08-27 Guy HarrisSet the time stamp precision; we need it when printing...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 Guy HarrisRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
2005-08-20 Guy HarrisGet rid of f_len field in capture_file structure -...
2005-08-19 Guy HarrisAdd APIs to Wiretap to return the file of the size...
2005-08-19 Guy HarrisMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 Guy HarrisMove the APIs for registering and processing "-z" comma...
2005-08-19 Guy HarrisHave "f_datalen" keep track of the number of bytes...
2005-08-16 Jörg MayerMove SVNVERSION handling into version_info. That way...
2005-08-12 Ronnie SahlbergAdd beginning of seasonal allocation in addition...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-08-06 Guy HarrisSquelch more const pointer warnings.
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-22 Ronnie SahlbergEMEM : a simple and FAST api to allocate memory that...
2005-06-04 Ulf Lampingupdate usage output and manual pages for both Ethereal...
2005-05-12 Guy HarrisDon't include <pcap.h> twice.
2005-05-05 Ronnie Sahlbergmake tethereal compile when plugins are disabled
2005-04-01 Guy HarrisRename "register_ethereal_tap()" to "register_tap_liste...
2005-04-01 Guy HarrisDon't assume only one "-z" argument will be given on...
2005-03-23 Guy HarrisIf we have "pcap_freecode()", use it to free the instru...
2005-03-07 Jörg Mayer- pcap.h needs to be included before capture.h
2005-03-01 Luis OntanonIf -z was not given as the very last argument the tap...
2005-02-28 Luis OntanonMake sure that plugin tap listeners get registered...
2005-02-27 Guy HarrisThe stats tree stuff should ultimately allow us to...
2005-02-23 Luis Ontanonin tethereal
2005-02-23 Ulf Lampinguse the applications name (currently "ethereal" or...
2005-02-23 Ulf Lampingmove capture_opts related things (init, command line...
2005-02-22 Luis OntanonDo not call the tap's initialization as soon as the...
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-07 Guy HarrisFix up the suppression of packet printing and packet...
2005-02-07 Guy HarrisMake Ethereal and Tethereal compile if we're building...
2005-02-07 Guy HarrisSuppress the packet counts when we're reading from...
2005-02-07 Guy HarrisTethereal can write to a file in binary even if not...
2005-02-07 Guy HarrisClean up indentation.
2005-02-06 Guy Harris"iface" is now a member of "capture_opts", not "cfile".
2005-02-06 Ulf Lampinganother two steps towards privilege seperation:
2005-02-05 Guy HarrisPut "cf_status_t" back.
2005-02-05 Guy HarrisMake "cf_open()" match the prototype in "file.h".
2005-02-04 Guy HarrisInstead of having a single enumerated type for status...
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2005-02-04 Ulf Lamping(some) redesign of capture data structures.
2005-02-03 Ulf Lampingmove capture_file_fd field from capture_file to capture...
2005-02-03 Ulf Lampingprevent ringbuffer from having to know about capture_fi...
2005-01-16 Guy HarrisReport a friendlier name, if possible, when capturing...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-12-01 Guy HarrisMove the #ifdef/#endif a bit so that the entire chunk of
2004-12-01 Ronnie Sahlbergminor fix to tethereal to allow it to compile with...
2004-11-11 Guy HarrisAs per Sebastian Felis, don't assume that doubling...
2004-10-19 Guy HarrisIf we're not printing packet information, don't print...
2004-10-01 Jörg MayerGet rid of warnings about shadowed variables (code...
2004-09-29 Guy HarrisMove the column preferences stuff to epan (the rest...
next