Wireshark-commits: [Wireshark-commits] master 84629f4: AJTOOLS-4 Data field not being parsed proper

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Sep 2014 04:21:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=84629f43cb6c19ca2e0e512ac2429584925be896
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

84629f4 by Joseph Huffman (jhuffman@xxxxxxxxxxxxxxxx):

    AJTOOLS-4 Data field not being parsed properly by WireShark plugin if two or more AllJoyn Messages are combined in single TCP packet.
    
    Fixed bugs where multiple messages are combined in a single packet.
    Fixed bugs where a single message is distributed across multiple packets.
    Fixed bug where arrays of zero length were not dissected properly.
    
    Change-Id: Icfb83e73519d8217d6c477edf531ba6d3f3dcd48
    Reviewed-on: https://code.wireshark.org/review/4159
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5d80686   CoAP dissector: Update option numbers from RFC7252
    adds  84629f4   AJTOOLS-4 Data field not being parsed properly by WireShark plugin if two or more AllJoyn Messages are combined in single TCP packet.


Summary of changes:
 epan/dissectors/packet-alljoyn.c |  382 ++++++++++++++++++++++++++------------
 1 file changed, 265 insertions(+), 117 deletions(-)