aboutsummaryrefslogtreecommitdiffstats
path: root/captype.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-3/+6
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-01-01Call setlocale() before getting version information.Guy Harris1-3/+3
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-6/+4
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-2/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
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-5/+1
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-2/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-0/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
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-03Needs wsutil/wsgetopt.h if the platform doesn't have getopt_long().Guy Harris1-0/+4
2014-07-03Add --help and --version support.Guy Harris1-12/+109
2014-05-09Revert "Refactor Wiretap"Guy Harris1-3/+3
2014-05-09Refactor WiretapMichael Mann1-3/+3
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-3/+3
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
2013-12-26Report files not recognized as capture files as type "unknown" ratherGuy Harris1-9/+12
2013-12-13Don't use optind, we don't actually call getopt or friends and we don't includeEvan Huus1-1/+1
2013-12-13Add what appears to be a missing #include for windows.Evan Huus1-0/+1
2013-12-13Fix command name.Guy Harris1-2/+2
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-0/+182