Releases: nprint/pcapml
Releases · nprint/pcapml
pcapml v0.3.1
What's Changed
- sampleID simplification to save significant space by @JordanHolland in #11
Full Changelog: v0.3.0...v0.3.1
pcapml v0.3.0
Significant changes include
- simplification of labeling system for metadata files
- ability to provide a
hash_key
to override generating a sampleID, gives opportunity for building blocks from multiple filters - stats optional to print out
- ability to strip pcaps, which provides us the capability of end-to-end testing on any pcap by labeling and re-stripping.
Auto Generated below.
What's Changed
- Live by @JordanHolland in #7
- Functionality to strip pcapNGs of metadata and turn them into PCAPs by @JordanHolland in #8
- Pcap_next_ex and stats by @JordanHolland in #9
- Index by @JordanHolland in #10
Full Changelog: v0.2.1...v0.3.0
pcapml v0.2.1
Release Notes
- Found and fixed nasty segfault bug with not closing one of the pcap resources correctly leading to too many open files
Full Changelog: v0.2.0...v0.2.1
pcapml v0.2.0
Release notes:
- pcapML now supports varying linktypes among pcaps entering and existing the system!
What's Changed
- Linktype by @JordanHolland in #6
Full Changelog: v0.1.0...v0.2.0
pcapml v0.1.0
Updates:
- end of file bug fixed for reading pcapngs
- split functionality - split pcapml file into pcaps, 1 per sample with metadata file included in output
- linting / re-org of codebase
pcapml v0.0.1
pcapML first release -
Features:
- attaching metadata to a set of
pcap
s, resulting in a metadata-encodedpcapng
- attaching metadata to a single
pcap
, using bpf filters, timestamps, or any combination thereof, resulting in a metadata-encodedpcapng
- sorting metadata-encoded
pcapng
s by their sampleID - python extension for iterating through metadata-encoded
pcapng
files.