petabi / eventio

A Collection of Event I/O Processors
Apache License 2.0
1 stars 1 forks source link

Update pcap-parser requirement from 0.10 to 0.11 #37

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on pcap-parser to permit the latest version.

Changelog

Sourced from pcap-parser's changelog.

0.11.0

Added

  • Add trait PcapNGPacketBlock

Changed/Fixed

  • Rewrite Pcap and PcapNG block parsing functions
    • the 'block_type' field is always read as little-endian This is used to get the endianness for the encoding of the block.
    • new parsing functions are faster
  • Use consistent names for big-endian/little-endian versions:
    • 'parse_block' is deprecated and replaced by 'parse_block_le'
    • 'parse_enhancedpacketblock' is deprecated and replaced by 'parse_enhancedpacketblock_le'
    • same for all parsing functions with '_le'
    • 'parse_sectionheader' is replaced by 'parse_sectionheaderblock'
  • Functions that parse a specific block type (for ex. EPB) return the matching type (EnhancedPacketBlock) with encapsulating it in a Block
  • Improve documentation and examples

0.10.1

Changed/Fixed

  • Re-export nom so crate users do not need to import it
  • Convert doc links to short form when possible

0.10.0

Changed/Fixed

  • Upgrade to nom 6

0.9.4

Added

  • Add trait PartialEq to PcapError

Changed/Fixed

  • Improve error handling in create_reader (if input is empty or incomplete)
  • Set MSRV to 1.44
  • Update consume() documentation, it does not refill buffer (Closes #9)

0.9.3

Added

... (truncated)

Commits
  • 19ca6d0 Improve documentation and examples
  • 5ba71b8 Add missing test files
  • e9d52de Cleanup files (readme and tests)
  • 2479cac Remove all macro-based parsers
  • 064dfea Finish removing macros in pcapng
  • e94a56a Continue refactoring the code for consistency and speed (9/n): CB/DCB
  • bf6f149 Continue refactoring the code for consistency and speed (8/n): DSB
  • 6eec0e5 Continue refactoring the code for consistency and speed (7/n): SJE
  • 32f32f1 Continue refactoring the code for consistency and speed (6/n): ISB
  • ee828ef Continue refactoring the code for consistency and speed (5/n): NRB
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
msk commented 3 years ago

@dependabot rebase

dependabot[bot] commented 3 years ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

msk commented 3 years ago

Superseded by #39.

dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.