Move the stats.[ch] stuff into epan, so plugins can use it.
[obnox/wireshark/wip.git] / tethereal.c
2005-08-19 guyMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-19 guyHave "f_datalen" keep track of the number of bytes...
2005-08-16 jmayerMove SVNVERSION handling into version_info. That way...
2005-08-12 sahlbergAdd beginning of seasonal allocation in addition...
2005-08-08 ulflvarious code cleanup:
2005-08-06 guySquelch more const pointer warnings.
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...
2005-06-04 ulflupdate usage output and manual pages for both Ethereal...
2005-05-12 guyDon't include <pcap.h> twice.
2005-05-05 sahlbergmake tethereal compile when plugins are disabled
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-04-01 guyDon't assume only one "-z" argument will be given on...
2005-03-23 guyIf we have "pcap_freecode()", use it to free the instru...
2005-03-07 jmayer- pcap.h needs to be included before capture.h
2005-03-01 legoIf -z was not given as the very last argument the tap...
2005-02-28 legoMake sure that plugin tap listeners get registered...
2005-02-27 guyThe stats tree stuff should ultimately allow us to...
2005-02-23 legoin tethereal
2005-02-23 ulfluse the applications name (currently "ethereal" or...
2005-02-23 ulflmove capture_opts related things (init, command line...
2005-02-22 legoDo not call the tap's initialization as soon as the...
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-07 guyFix up the suppression of packet printing and packet...
2005-02-07 guyMake Ethereal and Tethereal compile if we're building...
2005-02-07 guySuppress the packet counts when we're reading from...
2005-02-07 guyTethereal can write to a file in binary even if not...
2005-02-07 guyClean up indentation.
2005-02-06 guy"iface" is now a member of "capture_opts", not "cfile".
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-05 guyPut "cf_status_t" back.
2005-02-05 guyMake "cf_open()" match the prototype in "file.h".
2005-02-04 guyInstead of having a single enumerated type for status...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2005-02-03 ulflprevent ringbuffer from having to know about capture_fi...
2005-01-16 guyReport a friendlier name, if possible, when capturing...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-12-01 guyMove the #ifdef/#endif a bit so that the entire chunk of
2004-12-01 sahlbergminor fix to tethereal to allow it to compile with...
2004-11-11 guyAs per Sebastian Felis, don't assume that doubling...
2004-10-19 guyIf we're not printing packet information, don't print...
2004-10-01 jmayerGet rid of warnings about shadowed variables (code...
2004-09-29 guyMove the column preferences stuff to epan (the rest...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-10 guyHoist the code for handling "-G" into a common module.
2004-09-10 gramAdd a "-G fields2" option which is like "-G fields...
2004-08-13 guyWhen opening an output file, use "file_snaplen" as...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-08-06 gramMention psml as a valid option to -T in the usage state...
2004-08-03 guyDisallow "-f" when not doing a live capture, rather...
2004-07-25 guyMake some generic print routines that take, as an argum...
2004-07-25 guy"-T ps" should not imply "-V"; one should be able to...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-15 geraldConvert make-version.pl and the associated cvsversion...
2004-07-09 guyDon't complain about "-T pdml" or "-T psml" being combi...
2004-07-08 guyMake the "human-readable text vs. PSML vs. PDML" choice...
2004-07-08 guyFix the error for a WTAP_ERR_UNSUPPORTED_ENCAP read...
2004-06-12 guyOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-06-10 guyMove the ring-buffer tests from "process_packet()" to
2004-05-31 guyAdd a routine that indicates where there are any tap...
2004-05-31 guyMake "-q" suppress packet printing when you're reading...
2004-05-31 guyMove the packet counting, dissecting, and filtering...
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2004-04-24 ulflsome code cleanup of the printing system
2004-04-22 ulfladded some options and enhancements to the print output:
2004-04-20 ulflchanged postscript output:
2004-04-16 guyAdd a "report_failure()" routine to allow dissectors...
2004-04-16 ulflmake print dialog "Packet Format" options somewhat...
2004-03-23 guyMake "epan_init()" take, as additional arguments, point...
2004-03-18 obiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-02-23 geraldMove cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES...
2004-02-21 guyAdd routines that can be called from dissectors to...
2004-02-20 geraldAdd support for a "version.conf" file in the main direc...
2004-01-31 guyFix the spelling of "cumulative" (and variables whose...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 guyAdd another check for output errors when printing.
2004-01-25 guyThere's no need to keep a "FILE *" for the file being...
2004-01-24 guyAdd a new "file_open_error_message()" routine in "epan...
2004-01-19 jmayerThe current year is 2004
2004-01-19 ulflmove timestamp format options from "View->Options"...
2004-01-18 guyUpdate the Win32 information given when we fail to...
2004-01-18 jmayerOutput the result of -h to stdout, not stderr
2004-01-18 obiotNice rendering of the CVS version as "(cvs 200401181200...
2004-01-16 jmayerIn case of CVS sources, add the date of the last change...
2004-01-11 guyRename DISSECTOR_HELPER_{SRC,OBJECTS} to
2004-01-09 guyWe don't need to keep the progress bar quantum or next...
2004-01-09 ulfluse the same packet range things for "Print" dialog...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2004-01-03 sharpeApply the patches from Tadaaki Nagao for a global versi...
2003-12-18 guy"pcap_compile_nopcap()" has a different signature in...
2003-12-17 guySet "print_args" regardless of whether we're printing...
2003-12-11 guyFix a typo.
2003-12-09 ulflprint system enhanced, more print ranges and expanded...
2003-12-09 gram-Tpdml and -Tps force -V. Thus, -V is no longer require...
2003-12-06 gramAdd the ability to print packet dissections in PDML...
next