DCOM: always NUL-terminate dissect_dcom_BSTR results
[metze/wireshark/wip.git] / capinfos.c
2018-10-08 Guy HarrisBring back arg_list_utf_16to8(), but have it just do...
2018-10-07 Guy HarrisUse wsetargv.obj, and wmain() rather than main(), on...
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-03-15 Peter Wucapinfos: fix leak of message digest handle
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-09-27 Gerald CombsCapinfos: Add SHA256. Remove MD5.
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-04-29 Guy HarrisEliminate some double-frees.
2017-04-20 Guy HarrisHave separate routines for open-for-reading and open...
2017-04-20 Guy HarrisUse the new cfile_XXX_failure_message() routines more...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-23 Jim Youngcapinfos: Add -K option and report capture comments...
2017-03-20 Jim Youngcapinfos: Remove obsolete message from print_usage...
2017-03-19 Jim Youngcapinfos: Ensure empty columns are written in -T reports.
2017-02-26 Dario Lombardocapinfos: use single exit point.
2017-02-18 Dario Lombardowsutil: remove leaks from filesystem and plugins code.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-13 Peter WuMake Libgcrypt a mandatory dependency
2017-01-08 Dario LombardoFix exit code for non-existent file.
2016-12-05 Guy HarrisClean up initialization code for programs.
2016-12-04 Guy HarrisHave a routine to do all the work of initializing libwi...
2016-09-25 Guy HarrisDo GArray bounds checking.
2016-09-10 Peter Wucapinfos: fix memleaks
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-07-21 Guy HarrisNo need to check for string option values being null.
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-10 Guy HarrisAlways count packets per encapsulation.
2016-06-10 Guy HarrisSet the size of the packet counts array when we create it.
2016-06-10 Guy HarrisSet cf_info.num_interfaces before using it.
2016-06-10 Guy HarrisDon't assume all IDBs are available aftre we open the...
2016-06-09 Guy HarrisUse the locale's decimal separator for times as seconds...
2016-06-08 Guy HarrisCheck whether cf_info->shb is null before using it.
2016-06-06 Guy HarrisAdd a routine to get an array of all instances of a...
2016-06-06 Guy HarrisDirectly use wtap_opttypes calls to fetch SHB options.
2016-05-28 Guy HarrisMore use of wtap_optionblock_foreach_option().
2016-05-28 Guy HarrisUse wtap_optionblock_foreach_option() to get the SHB...
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-05-16 Michael MannUse a native Section Header block for capinfo.
2016-05-10 Martin Kaisercapinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPT
2016-04-21 João ValverdeLink version code statically again
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-03 João ValverdeMove zlib version check to wsutil
2016-03-28 Joerg MayerFix some warnings/errors of type
2016-03-26 Daniël van EedenFix compile errors when compiling w/o zlib
2016-02-23 Michael MannMaking wiretap option blocks more generic.
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-08-23 Guy HarrisDon't assume we have interface information.
2015-08-19 Hadriel Kaplancapinfos: add more info about file and interfaces
2015-08-18 Hadriel KaplanPcapng: clean up Section Header Block handling
2015-07-31 Guy HarrisPrint times with the resolution from the capture file.
2015-02-28 Guy HarrisDon't use ctime().
2015-02-28 Guy HarrisRemove some unneeded includes of <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-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-12-17 Guy HarrisClean up the "unknown per-packet encapsulation" message.
2014-09-20 Guy HarrisReport (and free) err_info for WTAP_ERR_DECOMPRESS.
2014-08-24 Guy HarrisClean up capinfos output.
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 HarrisMake --help and --version information a bit more uniform.
2014-07-03 Guy HarrisMore getopt_long, to add --help and --version support.
2014-06-29 Bill MeierFix compile error when building w/o GNUTLS
2014-06-21 Jeff MorrissAdd command-line argument to request the version to...
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
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.
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-26 Alexis La GoutteDrop support of Visual Studio 2005
2014-01-02 Bill MeierFor getopt() arg processing:
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-09 Jakub Zawadzkinstime_to_sec() and capinfos secs_nsecs() seems to...
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-22 Michael MannPrint informations even on short reads. Bug 9310 ...
2013-07-29 Chris MaynardTrivial: Fix typo.
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
next