Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 9f56bdb: Set a Libgcrypt log handler on Windows.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Dec 2016 13:50:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f56bdbef3b2f20339b16308ec2faf663e7b4f3f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9f56bdb by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Set a Libgcrypt log handler on Windows.
    
    Libgcrypt prints all log messages to stderr by default. On Windows the
    slow_gatherer routine logs
    
        NOTE: you should run 'diskperf -y' to enable the disk statistics
    
    if DeviceIoControl(..., IOCTL_DISK_PERFORMANCE, ...) fails. We don't
    depend on cryptographically secure random numbers and the message is
    needlessly confusing. Add a log handler that ignores less-severe messages.
    
    Change-Id: If40a691ea380364457dfdf126b9bf33ac2672d3a
    Reviewed-on: https://code.wireshark.org/review/19155
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b7e7796   extcap: add new option type (timestamp).
    adds  9f56bdb   Set a Libgcrypt log handler on Windows.


Summary of changes:
 epan/epan.c |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)