aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some double-frees.Guy Harris2017-04-291-5/+0
* Have separate routines for open-for-reading and open-for-writing errors.Guy Harris2017-04-201-2/+1
* Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris2017-04-201-10/+20
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-081-4/+6
* capinfos: Add -K option and report capture comments lastJim Young2017-03-231-40/+47
* capinfos: Remove obsolete message from print_usage() report.Jim Young2017-03-201-1/+0
* capinfos: Ensure empty columns are written in -T reports.Jim Young2017-03-191-10/+25
* capinfos: use single exit point.Dario Lombardo2017-02-261-5/+10
* wsutil: remove leaks from filesystem and plugins code.Dario Lombardo2017-02-181-0/+4
* wiretap: add cleanup routine.Dario Lombardo2017-02-141-0/+1
* Make Libgcrypt a mandatory dependencyPeter Wu2017-02-131-34/+1
* Fix exit code for non-existent file.Dario Lombardo2017-01-081-1/+1
* Clean up initialization code for programs.Guy Harris2016-12-051-17/+22
* Have a routine to do all the work of initializing libwiretap.Guy Harris2016-12-041-4/+2
* Do GArray bounds checking.Guy Harris2016-09-251-1/+4
* 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