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