aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-5/+16
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-19/+21
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-45/+42
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-42/+45
2014-05-09Revert "Refactor Wiretap"Guy Harris1-9/+9
2014-05-09Refactor WiretapMichael Mann1-9/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+2
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-3/+3
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-9/+1
2014-01-02For getopt() arg processing:Bill Meier1-95/+100
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-14/+13
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-2/+2
2013-11-09nstime_to_sec() and capinfos secs_nsecs() seems to be same.Jakub Zawadzki1-7/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-3/+3
2013-10-22Print informations even on short reads. Bug 9310 (https://bugs.wireshark.org...Michael Mann1-4/+13
2013-07-29Trivial: Fix typo.Chris Maynard1-1/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+1
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