Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CrabeDeFrance/rtshark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.0
Choose a base ref
...
head repository: CrabeDeFrance/rtshark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Choose a head ref
  • 17 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 16, 2024

  1. add ability to add decoding options to tshark invocation

    Jamie Hodkinson authored and CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    3d521ed View commit details
    Browse the repository at this point in the history
  2. add ability to provide protocols that should be disabled in tshark in…

    …vocation
    Jamie Hodkinson authored and CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4f3f6cd View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    6c21c24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee9de93 View commit details
    Browse the repository at this point in the history
  5. disable-protocol: remove comma separated protocol list

    it is not supported in old tshark versions (4.0) but having multiple
    --disable-protocol option is OK
    CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4518467 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc7729b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f85bc5 View commit details
    Browse the repository at this point in the history
  8. Update quick-xml

    CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2481c33 View commit details
    Browse the repository at this point in the history
  9. Release 2.10.0

    CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    50f96d8 View commit details
    Browse the repository at this point in the history
  10. Issue #21: declare metadata fields display, size, position as optional

    When using metadata whitelist filtering , tshark output does not contain
    these fields. Only "value" is there.
    Declare these fields as optional, so there is no wrong default value
    in metadata structure.
    CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    53b266e View commit details
    Browse the repository at this point in the history
  11. release 3.0.0

    CrabeDeFrance committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    07b7ec9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Configuration menu
    Copy the full SHA
    3759576 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    130f476 View commit details
    Browse the repository at this point in the history
  3. Introduce batch mode

    Closes #25.
    bbannier authored and CrabeDeFrance committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    aa65bb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48752b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d67e376 View commit details
    Browse the repository at this point in the history
  6. Version 3.1.0

    CrabeDeFrance committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    dbb76d8 View commit details
    Browse the repository at this point in the history
Loading