Re: [Wireshark-dev] Reducing memory usage by not storing reassembled packet data

2012-05-10 Thread Anders Broman
Guy Harris skrev 2012-05-11 05:02: On May 10, 2012, at 1:24 AM, Anders Broman wrote: - In the reassembly routines If I remember correctly, I might be wrong I think we may waste memory for TCP. Fragments and reassembled fragments? - It might be possible to store file pointer and length rat

[Wireshark-dev] Reducing memory usage by not storing reassembled packet data

2012-05-10 Thread Guy Harris
On May 10, 2012, at 1:24 AM, Anders Broman wrote: > - In the reassembly routines If I remember correctly, I might be wrong I > think we may waste memory for TCP. Fragments and reassembled fragments? > - It might be possible to store file pointer and length rather than the > fragment data an