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 11126] The GIOP dissector displays \000 at the end of op s

Date: Tue, 26 May 2015 10:24:57 +0000

changed bug 11126


What Removed Added
CC   [email protected]

Comment # 10 on bug 11126 from
(In reply to Andy Ling from comment #9)
> I thought this had been discussed and changed, but it looks like the current
> version of packet-giop.c is wrong. I think the change should have brackets
> added so it looks like..
> 
>     get_CDR_octet_seq(tvb, seq, offset, slength);
>     if ((*seq)[slength-1] == '\0') {
>       slength--;
>     }

Yes this was fixed in a followup commit
(e16500e80f85641b28971498c3fc580eab800055).


You are receiving this mail because:
  • You are watching all bug changes.