aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-20/+10
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-4/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-0/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-12-17Clean up the "unknown per-packet encapsulation" message.Guy Harris1-1/+2
2014-09-20Report (and free) err_info for WTAP_ERR_DECOMPRESS.Guy Harris1-0/+1
2014-08-24Clean up capinfos output.Guy Harris1-2/+2
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-26/+74
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-29Fix compile error when building w/o GNUTLSBill Meier1-1/+1
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