aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
Commit message (Expand)AuthorAgeFilesLines
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Report (and free) err_info for WTAP_ERR_DECOMPRESS.Guy Harris2014-09-201-0/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-19/+21
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-45/+42
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-42/+45
* Revert "Refactor Wiretap"Guy Harris2014-05-091-9/+9
* Refactor WiretapMichael Mann2014-05-091-9/+9
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-1/+2
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-3/+3
* Drop support of Visual Studio 2005Alexis La Goutte2014-01-261-9/+1
* For getopt() arg processing:Bill Meier2014-01-021-95/+100
* Move most of the plugin code from epan to wsutil and remove allGuy Harris2013-12-021-14/+13
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-2/+2
* nstime_to_sec() and capinfos secs_nsecs() seems to be same.Jakub Zawadzki2013-11-091-7/+1
* Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2013-11-091-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-3/+3
* Print informations even on short reads. Bug 9310 (https://bugs.wireshark.org...Michael Mann2013-10-221-4/+13
* Trivial: Fix typo.Chris Maynard2013-07-291-1/+1
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-2/+1
* disable printing of all infos when USE_GOPTION is set andMartin Kaiser2013-04-131-1/+5
* TABs -> spacesMartin Kaiser2013-04-131-201/+214
* add a cast to make capinfos compile when USE_GOPTION is definedMartin Kaiser2013-04-131-1/+1
* capinfos -k displays the capture comment (from the shb)Martin Kaiser2013-04-131-1/+46
* 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