aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-13disable printing of all infos when USE_GOPTION is set andMartin Kaiser1-1/+5
2013-04-13TABs -> spacesMartin Kaiser1-201/+214
2013-04-13add a cast to make capinfos compile when USE_GOPTION is definedMartin Kaiser1-1/+1
2013-04-13capinfos -k displays the capture comment (from the shb)Martin Kaiser1-1/+46
2013-03-07From Balint:Gerald Combs1-0/+13
2013-03-05Use explicit casts.Anders Broman1-1/+1
2013-02-28str_util.c: Although the glib documentation doesn't explicitly say so,Gerald Combs1-0/+5
2013-02-26Try to fix compilation on Windows.Gerald Combs1-3/+3
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs1-11/+72
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-3/+4
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-23Remove #define USE_GOPTION = 1, the code is incompleteAnders Broman1-1/+0
2012-07-06From Michael Mann:Anders Broman1-0/+142
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-1/+5
2012-02-26Don't show time stamp-based information if we don't have it (now that weGuy Harris1-36/+105
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-11-16Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris1-31/+30
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
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