Wireshark-commits: [Wireshark-commits] master 2fbd9e1: Fix variable-length managment packet dissect

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 1 Aug 2014 19:37:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fbd9e128b1a2b68e154d20330c4a98657caabd2
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2fbd9e1 by Sean O. Stalley (sean.stalley@xxxxxxxxx):

    Fix variable-length managment packet dissection
    
    Before, several managment packets were dissected incorrectly as
    EPHandleDeleteReq's. Now they are dissected with the generic managment
    packet dissector.
    
    Change-Id: Id2f0951b91b99ba2340ff77c6285f382436788ef
    Reviewed-on: https://code.wireshark.org/review/3328
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  e70251e   Fix comparison.
    adds  2fbd9e1   Fix variable-length managment packet dissection


Summary of changes:
 epan/dissectors/packet-mausb.c |    5 +++++
 1 file changed, 5 insertions(+)