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:21:23 +0000

Comment # 9 on bug 11126 from
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--;
    }


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