clarify a comment
[metze/wireshark/wip.git] / tethereal.c
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...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-10 Guy HarrisHoist the code for handling "-G" into a common module.
2004-09-10 Gilbert RamirezAdd a "-G fields2" option which is like "-G fields...
2004-08-13 Guy HarrisWhen opening an output file, use "file_snaplen" as...
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-08-06 Gilbert RamirezMention psml as a valid option to -T in the usage state...
2004-08-03 Guy HarrisDisallow "-f" when not doing a live capture, rather...
2004-07-25 Guy HarrisMake some generic print routines that take, as an argum...
2004-07-25 Guy Harris"-T ps" should not imply "-V"; one should be able to...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-15 Gerald CombsConvert make-version.pl and the associated cvsversion...
2004-07-09 Guy HarrisDon't complain about "-T pdml" or "-T psml" being combi...
2004-07-08 Guy HarrisMake the "human-readable text vs. PSML vs. PDML" choice...
2004-07-08 Guy HarrisFix the error for a WTAP_ERR_UNSUPPORTED_ENCAP read...
2004-06-12 Guy HarrisOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-06-10 Guy HarrisMove the ring-buffer tests from "process_packet()" to
2004-05-31 Guy HarrisAdd a routine that indicates where there are any tap...
2004-05-31 Guy HarrisMake "-q" suppress packet printing when you're reading...
2004-05-31 Guy HarrisMove the packet counting, dissecting, and filtering...
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2004-04-24 Ulf Lampingsome code cleanup of the printing system
2004-04-22 Ulf Lampingadded some options and enhancements to the print output:
2004-04-20 Ulf Lampingchanged postscript output:
2004-04-16 Guy HarrisAdd a "report_failure()" routine to allow dissectors...
2004-04-16 Ulf Lampingmake print dialog "Packet Format" options somewhat...
2004-03-23 Guy HarrisMake "epan_init()" take, as additional arguments, point...
2004-03-18 Olivier BiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-02-23 Gerald CombsMove cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES...
2004-02-21 Guy HarrisAdd routines that can be called from dissectors to...
next