rusticata / pcap-parser

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

Dev/generic errors v0.1 #14

Closed chifflier closed 3 years ago

chifflier commented 3 years ago

Add input to error type (keeping a generic type to 'hide' the lifetime, but using a slice).

This greatly helps debugging by returning a pointer to the input location in the circular buffer on error.