aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
Commit message (Expand)AuthorAgeFilesLines
* capinfos: fix memleaksPeter Wu2016-09-101-3/+13
* Have scan_plugins() take an argument specify what to do on load failures.Guy Harris2016-09-051-7/+11
* No need to check for string option values being null.Guy Harris2016-07-211-12/+7
* Redo the block options APIs.Guy Harris2016-07-141-25/+19
* Always count packets per encapsulation.Guy Harris2016-06-101-8/+5
* Set the size of the packet counts array when we create it.Guy Harris2016-06-101-0/+1
* Set cf_info.num_interfaces before using it.Guy Harris2016-06-101-0/+1
* Don't assume all IDBs are available aftre we open the file.Guy Harris2016-06-101-18/+41
* Use the locale's decimal separator for times as seconds and fraction.Guy Harris2016-06-091-15/+34
* Check whether cf_info->shb is null before using it.Guy Harris2016-06-081-68/+72
* Add a routine to get an array of all instances of a string option.Guy Harris2016-06-061-163/+60
* Directly use wtap_opttypes calls to fetch SHB options.Guy Harris2016-06-061-1/+0
* More use of wtap_optionblock_foreach_option().Guy Harris2016-05-281-23/+86
* Use wtap_optionblock_foreach_option() to get the SHB options.Guy Harris2016-05-281-66/+109
* Add wtap_optionblock_set_option_string_formatMichael Mann2016-05-221-4/+4
* Use a native Section Header block for capinfo.Michael Mann2016-05-161-42/+47
* capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser2016-05-101-2/+0
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Move zlib version check to wsutilJoão Valverde2016-04-031-37/+2
* Fix some warnings/errors of typeJoerg Mayer2016-03-281-1/+6
* Fix compile errors when compiling w/o zlibDaniël van Eeden2016-03-261-1/+1
* Making wiretap option blocks more generic.Michael Mann2016-02-231-6/+13
* Clean up more includes of wtap.h.Guy Harris2016-01-061-1/+2
* Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2015-12-141-1/+1
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-4/+2
* Update user guide for development releasePascal Quantin2015-11-111-1/+1
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Don't assume we have interface information.Guy Harris2015-08-231-4/+7
* capinfos: add more info about file and interfacesHadriel Kaplan2015-08-191-183/+212
* Pcapng: clean up Section Header Block handlingHadriel Kaplan2015-08-181-8/+7
* Print times with the resolution from the capture file.Guy Harris2015-07-311-56/+261
* Don't use ctime().Guy Harris2015-02-281-15/+16
* Remove some unneeded includes of <sys/time.h>.Guy Harris2015-02-281-4/+0
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-2/+5
* Just have init_progfile_dir() take a void pointer.Guy Harris2015-02-201-1/+1
* 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