aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-10Always count packets per encapsulation.Guy Harris1-8/+5
2016-06-10Set the size of the packet counts array when we create it.Guy Harris1-0/+1
2016-06-10Set cf_info.num_interfaces before using it.Guy Harris1-0/+1
2016-06-10Don't assume all IDBs are available aftre we open the file.Guy Harris1-18/+41
2016-06-09Use the locale's decimal separator for times as seconds and fraction.Guy Harris1-15/+34
2016-06-08Check whether cf_info->shb is null before using it.Guy Harris1-68/+72
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris1-163/+60
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris1-1/+0
2016-05-28More use of wtap_optionblock_foreach_option().Guy Harris1-23/+86
2016-05-28Use wtap_optionblock_foreach_option() to get the SHB options.Guy Harris1-66/+109
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-4/+4
2016-05-16Use a native Section Header block for capinfo.Michael Mann1-42/+47
2016-05-10capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
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-02-23Making wiretap option blocks more generic.Michael Mann1-6/+13
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-08-23Don't assume we have interface information.Guy Harris1-4/+7
2015-08-19capinfos: add more info about file and interfacesHadriel Kaplan1-183/+212
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-8/+7
2015-07-31Print times with the resolution from the capture file.Guy Harris1-56/+261
2015-02-28Don't use ctime().Guy Harris1-15/+16
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-4/+0
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-2/+5
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-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-20/+10
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-4/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-0/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-12-17Clean up the "unknown per-packet encapsulation" message.Guy Harris1-1/+2
2014-09-20Report (and free) err_info for WTAP_ERR_DECOMPRESS.Guy Harris1-0/+1
2014-08-24Clean up capinfos output.Guy Harris1-2/+2
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-03Make --help and --version information a bit more uniform.Guy Harris1-26/+74
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-29Fix compile error when building w/o GNUTLSBill Meier1-1/+1