rusticata / pcap-parse

pcap test tool for Rusticata parsers
GNU Lesser General Public License v2.1
2 stars 2 forks source link

use caplen and data fields (they are not methods) #3

Closed rogeliodh closed 5 years ago

rogeliodh commented 5 years ago

Fixes: error[E0599]: no method named caplen found for type &pcap_parser::LegacyPcapBlock<'_> in the current scope error[E0599]: no method named data found for type &pcap_parser::LegacyPcapBlock<'_> in the current scope

chifflier commented 5 years ago

Applied, thanks!