Comment # 2
on bug 10493
from [email protected]
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.