aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
Commit message (Expand)AuthorAgeFilesLines
* From Balint:Gerald Combs2013-03-071-0/+13
* Use explicit casts.Anders Broman2013-03-051-1/+1
* str_util.c: Although the glib documentation doesn't explicitly say so,Gerald Combs2013-02-281-0/+5
* Try to fix compilation on Windows.Gerald Combs2013-02-261-3/+3
* Print human-readable statistics by default. Raw values can be printedGerald Combs2013-02-261-11/+72
* include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser2013-02-211-1/+1
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-3/+4
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin2013-01-041-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Remove #define USE_GOPTION = 1, the code is incompleteAnders Broman2012-07-231-1/+0
* From Michael Mann:Anders Broman2012-07-061-0/+142
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-241-1/+5
* Don't show time stamp-based information if we don't have it (now that weGuy Harris2012-02-261-36/+105
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris2011-11-161-31/+30
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-3/+1
* 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