Skip to content

Releases: nprint/pcapml

pcapml v0.3.1

07 Jan 22:02
6a21895
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

pcapml v0.3.0

05 Jan 23:11
17a56ac
Compare
Choose a tag to compare

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

Full Changelog: v0.2.1...v0.3.0

pcapml v0.2.1

23 Nov 15:00
Compare
Choose a tag to compare

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

16 Nov 22:44
856c778
Compare
Choose a tag to compare

Release notes:

  • pcapML now supports varying linktypes among pcaps entering and existing the system!

What's Changed

Full Changelog: v0.1.0...v0.2.0

pcapml v0.1.0

15 Nov 15:29
dc072c0
Compare
Choose a tag to compare

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

02 Jun 18:04
Compare
Choose a tag to compare

pcapML first release -

Features:

  • attaching metadata to a set of pcaps, resulting in a metadata-encoded pcapng
  • attaching metadata to a single pcap, using bpf filters, timestamps, or any combination thereof, resulting in a metadata-encoded pcapng
  • sorting metadata-encoded pcapngs by their sampleID
  • python extension for iterating through metadata-encoded pcapng files.