Wireshark-commits: [Wireshark-commits] master-1.12 d5af678: Don't log warnings if no block-type han

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Oct 2014 20:46:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5af6783866f2e199d7804573263b27d3686ae93
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

d5af678 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't log warnings if no block-type handlers are registered.
    
    Check whether the block-type hash table exists before trynig to look
    up anything in it.
    
    Change-Id: I2c5badaed4f7c7dfb5caa486a8aacf3bf326cd09
    Reviewed-on: https://code.wireshark.org/review/4690
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  df932b4   NCP: cast to guint instead of gulong
    adds  d5af678   Don't log warnings if no block-type handlers are registered.


Summary of changes:
 wiretap/pcapng.c |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)