aboutsummaryrefslogtreecommitdiffstats
path: root/captype.c
AgeCommit message (Expand)AuthorFilesLines
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