aboutsummaryrefslogtreecommitdiffstats
path: root/captype.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-2/+1
2017-04-20Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris1-8/+17
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+6
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-01-08Fix exit code for non-existent file.Dario Lombardo1-1/+1
2016-12-05Clean up initialization code for programs.Guy Harris1-18/+22
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-10Fix version-string releated memleak for some CLI toolsPeter Wu1-0/+4
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-7/+11
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-37/+2
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+6
2016-03-26Fix compile errors when compiling w/o zlibDaniël van Eeden1-1/+1
2016-01-06Clean up more includes of wtap.h.Guy Harris1-1/+2
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-4/+2
2015-11-11Update user guide for development releasePascal Quantin1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-05-16struct timeval not used, so no need for <sys/time.h>.Guy Harris1-4/+0
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