Comment out a lot more hf[] entries and related.
[metze/wireshark/wip.git] / capinfos.c
2014-01-26 alagoutteDrop support of Visual Studio 2005
2014-01-02 wmeierFor getopt() arg processing:
2013-12-02 guyMove most of the plugin code from epan to wsutil and...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-09 darkjamesnstime_to_sec() and capinfos secs_nsecs() seems to...
2013-11-09 darkjamesReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-10-22 mmannPrint informations even on short reads. Bug 9310 ...
2013-07-29 cmaynardTrivial: Fix typo.
2013-07-15 morrissMove report_err.{h,c} from epan into wsutil: there...
2013-04-13 martinkdisable printing of all infos when USE_GOPTION is set and
2013-04-13 martinkTABs -> spaces
2013-04-13 martinkadd a cast to make capinfos compile when USE_GOPTION...
2013-04-13 martinkcapinfos -k displays the capture comment (from the...
2013-03-07 geraldFrom Balint:
2013-03-05 etxrabUse explicit casts.
2013-02-28 geraldstr_util.c: Although the glib documentation doesn't...
2013-02-26 geraldTry to fix compilation on Windows.
2013-02-26 geraldPrint human-readable statistics by default. Raw values...
2013-02-21 martinkinclude the wsutil/wsgcrypt.h instead of including...
2013-02-20 geraldWhen any of our executables start on Windows create...
2013-01-04 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-23 etxrabRemove #define USE_GOPTION = 1, the code is incomplete
2012-07-06 etxrabFrom Michael Mann:
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-24 guyKeep track, in Wiretap, of whether the file is compress...
2012-02-26 guyDon't show time stamp-based information if we don't...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-11-16 guyHandle ctime() and localtime() returning NULL and local...
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 stigFrom Jose Pedro Oliveira via bug 5803:
2011-06-28 stigReplace all strerror() with g_strerror().
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-05-11 geraldUse a comparison instead of an assignment. Fixes Coveri...
2011-05-02 wmeierFor "per packet" file encapsulation, display a list...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 cmaynardUse g_snprintf instead of sprintf: Coverity 622.
2011-04-06 wmeierIMHO capinfos, when finished processing, should exit...
2011-04-05 etxrabFrom Jose Pedro Oliveira:
2011-01-16 wmeierFix Windows comiler warning: remove unused 'wsadata...
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-06-02 geraldFrom Jim Young via bug 4049:
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-03 morrissRemove extra % in printf format string.
2010-05-03 wmeierAdd "inferred" snapshot length (if any) to the output.
2010-04-29 sfisherAdd snaplen to capinfos output. Idea from Chris Maynar...
2010-03-02 etxrabFrom Hitoshi Irino:
2010-02-20 wmeierFix a gcc -Wshadow warning
2010-02-17 geraldAdd an option to capinfos to print start and end times...
2010-01-23 jakeAvoid crash on invalid file name.
2009-12-29 wmeierFrom Jim Young: Include svnversion.h in capinfos and...
2009-12-21 geraldSwitch to using a bundled version of the openSUSE Build...
2009-12-17 stigInitialize hd pointer to avoid a compiler warning.
2009-12-08 sfisherFrom Jim Young via bug #4304: Patch to capinfos -H...
2009-12-08 guywinposixtype.h appears to be Windows-only.
2009-12-08 geraldFix compilation under Windows. Allocate our hash buffer...
2009-12-07 geraldAdd SHA1, RMD160, and MD5 hashes to capinfos.
2009-11-13 jakeFrom Jim Young:
2009-10-19 stigRemoved redundant redeclaration of optind.
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-07-22 geraldUse "svn info" to fetch the version by default. Fetch...
2009-05-12 wmeierMinor cleanup of "-h" output text.
2009-05-11 wmeiercapinfos: Print "n/a" for rates and duration if only...
2009-03-22 guyChange the signature of init_progfile_dir() so the...
2009-03-22 guyIn Solaris, the second argument to dladdr() is just...
2009-03-22 guyAttempt to use dladdr() to get the pathname of the...
2009-02-15 guyAdd a routine to report write errors to the list of...
2008-12-18 morrissOnly declare failure_message() if we HAVE_PLUGINS ...
2008-11-13 guyGet rid of an unused variable.
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-05-30 guyFree up the err_info string returned by wtap_read(...
2008-04-14 stigFrom Andrew Feren (bug 2462):
2008-03-16 morrissDon't link plugins against libwireshark: any program...
2008-03-16 morrissInclude epan/priveleges.h for get_credential_info()
2008-03-16 morrissHave started_with_special_privs() assert out if get_cre...
2007-12-06 guyUse G_GINT64_MODIFIER rather than PRI[duox]64 to print...
2007-09-29 guyFix typo.
2007-09-25 geraldAdd the file encapsulation.
2007-08-07 legoMake sure that wiretap plugins are loaded before dissec...
2007-06-17 legoHave editcap and capinfos compile --without-plugins
2007-05-25 legoHave editcap and capinfos loading the wiretap plugins.
2007-01-28 wmeierIf no packets in input file then don't calc packets...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-06-14 jmayerPrint help to output, not to error
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-01-11 ulflsame command line related changes as recently done...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-01-11 guyImprove the error reporting.
2005-01-03 geraldLet capinfos print statistics for more than one file...
2004-10-20 ulflrenamed capinfo to capinfos, as the former name capinfo...