Wireshark-commits: [Wireshark-commits] master 0f426d6: Improved handling of ARDP fragmented packets

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Jan 2015 02:50:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f426d6f0133d3a31dc7d56e9d0a79aa9b55255e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0f426d6 by Joseph Huffman (jhuffman@xxxxxxxxxxxxxx):

    Improved handling of ARDP fragmented packets.
    
    With the AllJoyn Reliable Datagram Protocol large packets are fragmented in
    a way that Wireshark doesn't desegment. The AllJoyn dissector now detects
    this situation and reports things to the user in a manner which indicates
    things are behaving normally rather than an error condition.
    
    Change-Id: I1f2aa722b6e0d1ed3572ff332b4dd8c0e5c5a765
    Signed-off-by: Joseph Huffman <jhuffman@xxxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/6344
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  85e69d4   Fix GCC pragma.
    adds  0f426d6   Improved handling of ARDP fragmented packets.


Summary of changes:
 epan/dissectors/packet-alljoyn.c |   85 +++++++++++++++++++++++++++++---------
 1 file changed, 66 insertions(+), 19 deletions(-)