Wireshark-commits: [Wireshark-commits] master bf1f30b: JXTA: ask for one more segment, not one more

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Apr 2014 02:16:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf1f30b63adac4e1a39a7f0af601789c7755bd64
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bf1f30b by Evan Huus (eapache@xxxxxxxxx):

    JXTA: ask for one more segment, not one more byte
    
    Otherwise we end up doing reassembly of long messages one painful byte at a time
    even when all of those bytes are in the same TCP payload. This results in
    ridiculous memory usage.
    
    Change-Id: Ie28d5ade1fec54e6ebc225341582270651d7371c
    Closes-Bug: 10018
    Reviewed-on: https://code.wireshark.org/review/1312
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  fbc5226   Revert "Move kerberos to dirty list in CMake"
    adds  bf1f30b   JXTA: ask for one more segment, not one more byte


Summary of changes:
 epan/dissectors/packet-jxta.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)