rusticata / pcap-parser

PCAP/PCAPNG file format parser written in pure Rust. Fast, zero-copy, safe.
Other
103 stars 24 forks source link

Rewrite parsers to functions #11

Closed chifflier closed 3 years ago

chifflier commented 3 years ago

Nom parsers should be rewritten to remove macros, for better code readability and debugging (especially error messages when compiling)