Wireshark-commits: [Wireshark-commits] master 5896e2c: Improve handling of short MQTT PDUs.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 23 May 2014 15:48:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5896e2c6216cd8d54b3be84f84c0be4e39e943b3
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5896e2c by Bill Meier (wmeier@xxxxxxxxxxx):

    Improve handling of short MQTT PDUs.
    
    This is a "good-enough" fix for now until a more comprehensive fix
    is committed to handle the case of the (variable size) PDU
    length field being split across TCPO segments.
    
    Change-Id: I57e8f5e9d7a9855fac320e8843b82a273ffb7cc5
    Reviewed-on: https://code.wireshark.org/review/1748
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  0eafcb9   Fix -Wdocumentation
    adds  5896e2c   Improve handling of short MQTT PDUs.


Summary of changes:
 epan/dissectors/packet-mqtt.c |   18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)