CPqD / ofdissector

Wireshark dissectors for OpenFlow versions 1.1, 1.2 and 1.3
Other
27 stars 24 forks source link

Handle truncated packets in ofp_packet_in messages #7

Closed legoscia closed 10 years ago

legoscia commented 10 years ago

Use the total_len field in the ofp_packet_in message, so that Wireshark attempts to extract as much information as possible from truncated packages.

legoscia commented 10 years ago

No wait, this doesn't work properly. Sorry about the noise...