Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update rtshark requirement from 2.9.0 to 3.1.0 in /tests/pcap in the all-cargo-updates group across 1 directory #5087

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Updates the requirements on rtshark to permit the latest version.
Updates rtshark to 3.1.0

Changelog

Sourced from rtshark's changelog.

3.1.0 (2024-12-22)

Features

  • Add new batch API thanks to "bbannier" (#25)

3.0.0 (2024-11-16)

Features

  • Update metadata structure. Fields display, size and position are optional.

2.10.0 (2024-11-16)

Features

  • New API to change behavior of protocols (tshark -o) thanks to "Jamie Hodkinson"
  • New API to disable protocol (tshark --disable-protocol) thanks to "Jamie Hodkinson"
  • Update dependencies to their latest version

2.9.0 (2024-09-15)

Features

  • New API to get rtshark versioning information (Thanks to "lrstewart").
  • Update dependencies to their latest version

2.8.0 (2024-06-24)

Features

  • Extract relevant protocol metadata from virtual layer 'fake-field-wrapper' (Thanks to "lrstewart" #16) This is needed to extract tcp.reassembled.data.
  • Add raw_value metadata API to get access to "value" XML attribute (Thanks to "lrstewart" #17) This feature may decrease performance because "raw" values are bigger than usual.
  • Add support for multiple interfaces (#15)

Fixes

  • Update dependencies to their latest version

2.7.1 (2023-11-06)

Fixes

  • Fix missing sub-metadata - child fields (Thanks to "DennisNemec").

2.7.0 (2023-10-08)

Features

... (truncated)

Commits
  • dbb76d8 Version 3.1.0
  • d67e376 Fix random error in missing_attribute test
  • 48752b4 Small refactoring for feature batch mode Issue #25
  • aa65bb5 Introduce batch mode
  • 130f476 Pull spawn-related args into spawn directly
  • 3759576 Factor out argument preparation for spawn
  • 07b7ec9 release 3.0.0
  • 53b266e Issue #21: declare metadata fields display, size, position as optional
  • 50f96d8 Release 2.10.0
  • 2481c33 Update quick-xml
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 5, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/tests/pcap/all-cargo-updates-8f92183e4d branch 4 times, most recently from c1d0327 to 9e800e9 Compare February 11, 2025 08:25
Updates the requirements on [rtshark](https://github.com/CrabeDeFrance/rtshark) to permit the latest version.

Updates `rtshark` to 3.1.0
- [Changelog](https://github.com/CrabeDeFrance/rtshark/blob/main/CHANGELOG.md)
- [Commits](CrabeDeFrance/rtshark@2.9.0...3.1.0)

---
updated-dependencies:
- dependency-name: rtshark
  dependency-type: direct:production
  dependency-group: all-cargo-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tests/pcap/all-cargo-updates-8f92183e4d branch from 9e800e9 to 5fb5bde Compare February 12, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants