Wireshark-commits: [Wireshark-commits] master 528edba: afs: eliminate "malformed packet" false alar
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Jun 2016 21:59:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=528edba87ae6a6ffd951bdd137421910ea88d964
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

528edba by Mark Vitale (mvitale@xxxxxxxxxxxxxx):

    afs: eliminate "malformed packet" false alarms
    
    Many AFS packets have empty payloads, and Wireshark marks these as
    "Malformed Packet" even though they are normal.
    
    Eliminate these false alarms by using tvb_reported_length_remaining when
    adding items to the tree.
    
    Change-Id: I4f134fef36b8bb7f99224f02fea9cf29117fb36a
    Reviewed-on: https://code.wireshark.org/review/15754
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  75731e6   Kafka: add more error codes
    adds  528edba   afs: eliminate "malformed packet" false alarms


Summary of changes:
 epan/dissectors/packet-afs.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)