PPP: remove obsolete Van Jacobson decompression preference
[metze/wireshark/wip.git] / captype.c
2016-01-06 Guy HarrisClean up more includes of wtap.h.
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-11-11 Pascal QuantinUpdate user guide for development release
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-05-16 Guy Harrisstruct timeval not used, so no need for <sys/time.h>.
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-01-01 Guy HarrisCall setlocale() before getting version information.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-28 Dario LombardoRemoved duplicated #include lines
2014-12-25 Guy HarrisOnly include <wsutil/os_version_info.h> if we need it.
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-07-03 Guy HarrisNeeds wsutil/wsgetopt.h if the platform doesn't have...
2014-07-03 Guy HarrisAdd --help and --version support.
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-03 Bill Meier(Pedantic): set editor modelines tab-width & etc to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2013-12-26 Guy HarrisReport files not recognized as capture files as type...
2013-12-13 Evan HuusDon't use optind, we don't actually call getopt or...
2013-12-13 Evan HuusAdd what appears to be a missing #include for windows.
2013-12-13 Guy HarrisFix command name.
2013-12-13 Guy HarrisAdd a "captype" file that just reports the type of...