aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Remove #define USE_GOPTION = 1, the code is incompleteetxrab1-1/+0
2012-07-06From Michael Mann:etxrab1-0/+142
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+5
2012-02-26Don't show time stamp-based information if we don't have it (now that weguy1-36/+105
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyguy1-2/+2
2011-11-16Handle ctime() and localtime() returning NULL and localtime() on Windowsguy1-31/+30
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-3/+1
2011-06-28From Jose Pedro Oliveira via bug 5803:stig1-1/+1
2011-06-28Replace all strerror() with g_strerror().stig1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-14/+2
2011-05-11Use a comparison instead of an assignment. Fixes Coverity CID 1194.gerald1-1/+1
2011-05-02For "per packet" file encapsulation, display a list of the encapsulations see...wmeier1-1/+30
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-0/+1
2011-04-12Use g_snprintf instead of sprintf: Coverity 622.cmaynard1-4/+4
2011-04-06IMHO capinfos, when finished processing, should exit with an error statuswmeier1-9/+22
2011-04-05From Jose Pedro Oliveira:etxrab1-1/+1
2011-01-16Fix Windows comiler warning: remove unused 'wsadata' variable.wmeier1-1/+0
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald1-0/+21
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().gerald1-1/+1
2010-06-02From Jim Young via bug 4049:gerald1-1/+29
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-1/+1
2010-05-03Remove extra % in printf format string.morriss1-5/+5
2010-05-03Add "inferred" snapshot length (if any) to the output.wmeier1-63/+113
2010-04-29Add snaplen to capinfos output. Idea from Chris Maynard on -dev.sfisher1-1/+31
2010-03-02From Hitoshi Irino:etxrab1-4/+4
2010-02-20Fix a gcc -Wshadow warningwmeier1-5/+5
2010-02-17Add an option to capinfos to print start and end times as seconds, whichgerald1-5/+33
2010-01-23Avoid crash on invalid file name.jake1-2/+2
2009-12-29From Jim Young: Include svnversion.h in capinfos and text2pcapwmeier1-0/+2
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-3/+0
2009-12-17Initialize hd pointer to avoid a compiler warning.stig1-1/+1
2009-12-08From Jim Young via bug #4304: Patch to capinfos -H feature to generatesfisher1-1/+1
2009-12-08winposixtype.h appears to be Windows-only.guy1-0/+2
2009-12-08Fix compilation under Windows. Allocate our hash buffer dynamically sogerald1-26/+28
2009-12-07Add SHA1, RMD160, and MD5 hashes to capinfos.gerald1-1/+130
2009-11-13From Jim Young:jake1-47/+392
2009-10-19Removed redundant redeclaration of optind.stig1-1/+0
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-2/+4
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asgerald1-1/+1
2009-05-12Minor cleanup of "-h" output text.wmeier1-9/+9
2009-05-11capinfos: Print "n/a" for rates and duration if only one packet in capture.\;wmeier1-21/+29
2009-03-22Change the signature of init_progfile_dir() so the casting of theguy1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aguy1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifguy1-1/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingguy1-1/+1
2008-12-18Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ...morriss1-0/+2
2008-11-13Get rid of an unused variable.guy1-1/+0
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
2008-05-30Free up the err_info string returned by wtap_read() andguy1-0/+1