Wireshark-commits: [Wireshark-commits] master 8bad9ed: CAPWAP : fix warning about wrong type after

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 5 Feb 2015 08:51:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bad9edf06cd347add32561be77fde4fb44afb5b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8bad9ed by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    CAPWAP : fix warning about wrong type after proto_tree_add_bitmask(_with_flags) change
    
    Warn Dissector bug, protocol CAPWAP-CONTROL, in packet 1: proto.c:7802: field capwap.control.message_element.wtp_frame_tunnel_mode is not of an FT_{U}INTn type
    Warn Dissector bug, protocol CAPWAP-CONTROL, in packet 2: proto.c:7802: field capwap.control.message_element.ac_descriptor.security is not of an FT_{U}INTn type
    ...
    
    Change-Id: I03f70ca664d99771ad27457052e6df11f9d5ad9e
    Reviewed-on: https://code.wireshark.org/review/6964
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8ffaec9   CAPWAP: Don't try to dissect fragment packet (Only display are "Data")
    adds  8bad9ed   CAPWAP : fix warning about wrong type after proto_tree_add_bitmask(_with_flags) change


Summary of changes:
 epan/dissectors/packet-capwap.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)