protectwise / net-parser-rs

Rust network packet parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethernet Parsing Failing

fisherdarling opened this issue · comments

For the 4SICS pcap parse test the following error is encountered for each Ethernet packet:

[2019-10-07T19:48:35Z ERROR net_parser_rs::flow] Error parsing ethernet Error(Code([144, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], MapOpt))

wontfix

It's an error because we don't handle that protocol yet.