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 10493] openflow_v1 OFPT_FEATURES_REPLY parsed incorrectly

Date: Mon, 22 Sep 2014 20:27:28 +0000

Comment # 2 on bug 10493 from
Created attachment 13083 [details]
pcap file that shows bad parsing

Packet number 48 is a "OFPT_FEATUES_REPLY" packet and is parsed incorrectly.
Between "n_tables" and "capabilities" there is a 3-byte space filler of zeros
(per the spec) that is instead parsed as part of the "capabilities" field. The
current parse instead uses the very last 3 bytes of the entire payload as the
space filler.


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