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(-)