aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28From Jose Pedro Oliveira via bug 5803:Stig Bjørlykke1-1/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-14/+2
2011-05-11Use a comparison instead of an assignment. Fixes Coverity CID 1194.Gerald Combs1-1/+1
2011-05-02For "per packet" file encapsulation, display a list of the encapsulations see...Bill Meier1-1/+30
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-0/+1
2011-04-12Use g_snprintf instead of sprintf: Coverity 622.Chris Maynard1-4/+4
2011-04-06IMHO capinfos, when finished processing, should exit with an error statusBill Meier1-9/+22
2011-04-05From Jose Pedro Oliveira:Anders Broman1-1/+1
2011-01-16Fix Windows comiler warning: remove unused 'wsadata' variable.Bill Meier1-1/+0
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-0/+21
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-1/+1
2010-06-02From Jim Young via bug 4049:Gerald Combs1-1/+29
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-05-03Remove extra % in printf format string.Jeff Morriss1-5/+5
2010-05-03Add "inferred" snapshot length (if any) to the output.Bill Meier1-63/+113
2010-04-29Add snaplen to capinfos output. Idea from Chris Maynard on -dev.Stephen Fisher1-1/+31
2010-03-02Squelch some compiler warnings.Guy Harris1-4/+4
2010-02-20Fix a gcc -Wshadow warningBill Meier1-5/+5
2010-02-17Add an option to capinfos to print start and end times as seconds, whichGerald Combs1-5/+33
2010-01-23Avoid crash on invalid file name.Jaap Keuter1-2/+2
2009-12-29From Jim Young: Include svnversion.h in capinfos and text2pcapBill Meier1-0/+2
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-3/+0
2009-12-17Initialize hd pointer to avoid a compiler warning.Stig Bjørlykke1-1/+1
2009-12-08From Jim Young via bug #4304: Patch to capinfos -H feature to generateStephen Fisher1-1/+1
2009-12-08winposixtype.h appears to be Windows-only.Guy Harris1-0/+2
2009-12-08Fix compilation under Windows. Allocate our hash buffer dynamically soGerald Combs1-26/+28
2009-12-07Add SHA1, RMD160, and MD5 hashes to capinfos.Gerald Combs1-1/+130
2009-11-13From Jim Young:Jaap Keuter1-47/+392
2009-10-19Removed redundant redeclaration of optind.Stig Bjørlykke1-1/+0
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-2/+4
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs1-1/+1
2009-05-12Minor cleanup of "-h" output text.Bill Meier1-9/+9
2009-05-11capinfos: Print "n/a" for rates and duration if only one packet in capture.\;Bill Meier1-21/+29
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-1/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+1
2008-12-18Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ...Jeff Morriss1-0/+2
2008-11-13Get rid of an unused variable.Guy Harris1-1/+0
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-05-30Free up the err_info string returned by wtap_read() andGuy Harris1-0/+1
2008-04-14From Andrew Feren (bug 2462):Stig Bjørlykke1-1/+11
2008-03-16Don't link plugins against libwireshark: any program that loads the dissectorJeff Morriss1-5/+5
2008-03-16Include epan/priveleges.h for get_credential_info()Jeff Morriss1-0/+1
2008-03-16Have started_with_special_privs() assert out if get_credential_info() was notJeff Morriss1-2/+11
2007-12-06Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's andGuy Harris1-2/+2
2007-09-29Fix typo.Guy Harris1-1/+1
2007-09-25Add the file encapsulation.Gerald Combs1-24/+37
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon1-1/+0