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 9996] IPv6 Next Header is Unknown yet Wireshark tries pars

Date: Fri, 09 May 2014 18:36:20 +0000

Comment # 9 on bug 9996 from
From code (packet-ipv6.c)

        switch (nxt) {
[...]
        default:
            /* Since we did not recognize this IPv6 option, check
             * whether it is a known protocol. If not, then it
             * is an unknown IPv6 option
             */


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