ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master c44ff77: amqp: Misc changes;

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Nov 2014 20:15:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c44ff776c4d270a8ae1d2fea39eae8c0a14d9dd9
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c44ff77 by Bill Meier (wmeier@xxxxxxxxxxx):

    amqp: Misc changes;
    
    - amqp_1_0_dissectiom: Use MIN(32-bit-length, 0xFFFF) as the length to dissect;
      The original code just used the low-order 16 bits of the 32-bit length
      field  as the length to dissect.
      Add an expert warning if the actual PDU length is > 65K.
    
    - tvb_length() --> tvb_reported_length()
    
    Change-Id: I3230600f460a8bd495eeec17fa6e704bf24de1a2
    Reviewed-on: https://code.wireshark.org/review/5225
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  bc990fc   USB: consider the device class when we try to select the next dissector
    adds  c44ff77   amqp: Misc changes;


Summary of changes:
 epan/dissectors/packet-amqp.c |   33 ++++++++++++++++++++++-----------
 1 file changed, 22 insertions(+), 11 deletions(-)