ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10362] Diameter TCP reassemble

Date: Tue, 12 May 2015 01:05:23 +0000

Comment # 11 on bug 10362 from
(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.