aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
Commit message (Expand)AuthorAgeFilesLines
* Call setlocale() before getting version information.Guy Harris2015-01-011-3/+3
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-6/+4
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-311-2/+0
* Only include <wsutil/os_version_info.h> if we need it.Guy Harris2014-12-251-1/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-241-16/+1
* Make sure err_info is always set, and print it iff it's non-null.Guy Harris2014-12-181-20/+10
* WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris2014-12-181-4/+0
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-0/+2
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-2/+2
* Clean up the "unknown per-packet encapsulation" message.Guy Harris2014-12-171-1/+2
* Report (and free) err_info for WTAP_ERR_DECOMPRESS.Guy Harris2014-09-201-0/+1
* Clean up capinfos output.Guy Harris2014-08-241-2/+2
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-1/+1
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-26/+74
* More getopt_long, to add --help and --version support.Guy Harris2014-07-031-1/+10
* Fix compile error when building w/o GNUTLSBill Meier2014-06-291-1/+1
* Add command-line argument to request the version to a number of the utilities.Jeff Morriss2014-06-211-5/+16
* 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