aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+6
2017-03-23capinfos: Add -K option and report capture comments lastJim Young1-40/+47
2017-03-20capinfos: Remove obsolete message from print_usage() report.Jim Young1-1/+0
2017-03-19capinfos: Ensure empty columns are written in -T reports.Jim Young1-10/+25
2017-02-26capinfos: use single exit point.Dario Lombardo1-5/+10
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-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-34/+1
2017-01-08Fix exit code for non-existent file.Dario Lombardo1-1/+1
2016-12-05Clean up initialization code for programs.Guy Harris1-17/+22
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-25Do GArray bounds checking.Guy Harris1-1/+4
2016-09-10capinfos: fix memleaksPeter Wu1-3/+13
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-7/+11
2016-07-21No need to check for string option values being null.Guy Harris1-12/+7
2016-07-14Redo the block options APIs.Guy Harris1-25/+19
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