Comment # 11
on bug 10362
from Jeff Morriss
(In reply to Jeff Morriss from comment #10)
> (In reply to Gerrit Code Review from comment #9)
> > Change 8405 had a related patch set uploaded by Jeff Morriss:
> > Fix Diameter reassembly when the captured tvb length is less than 5 bytes.
> >
> > https://code.wireshark.org/review/8405
>
> Oops, I submitted that patch with the wrong bug ID. Ignore this update--it
> belongs in bug 11183.
That being said, I was regression testing the new patch against this bug's
capture file and the patch certainly helps: before the patch the current master
found 2368 Diameter messages it could decode. With the patch that number jumps
to 3140. :-) I found this number by comparing the output of:
% ./tshark -T fields -Y diameter -e diameter.endtoendid -r
/tmp/diameter_sample_trace.snoop.gz | sed 's/,/\n/g' | wc -w
before and after the patch.
You are receiving this mail because:
- You are watching all bug changes.