Releases: dnstelecom/dpp
Releases · dnstelecom/dpp
v0.1.8
v0.1.8
Added
- Stream-native stdin capture parsing with
filename = "-"/DPP_FILENAME=- - Pure-Rust fast path for classic PCAP on stdin
- Stream-native PCAPNG reader path for stdin
Changed
- Introduced canonical input-source handling for file vs stdin input
- Tightened input validation for regular files and stdin
Notes
- stdin is supported as a finite offline capture stream terminated by EOF
- regular-file behavior is unchanged: classic PCAP stays on the pure-Rust fast path, non-classic files still use
libpcapfallback