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

Packet direction flag #3706

Merged

Commits on Nov 23, 2023

  1. chore(go.mod): bump types

    Bump types to commit 9a6b89e for trace.PacketMetadata
    NDStrahilevitz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d8c8d1b View commit details
    Browse the repository at this point in the history
  2. refactor(network): parse payload in helper

    Reduce duplication in most packet derivations by moving payload
    validation and extraction to its own helper.
    NDStrahilevitz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    18b4663 View commit details
    Browse the repository at this point in the history
  3. feature(network): add packet metadata argument

    Add new `metadata` argument to all packet events. This metadata struct
    duplicates the previous src and dst and port arguments to a single
    struct, with the addition of including a new `direction` field.
    This direction is an enum describing if the packet was ingress(1) or
    egress(2).
    NDStrahilevitz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5345cf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13dff15 View commit details
    Browse the repository at this point in the history
  5. chore(tests): test packet direction in net e2e

    In HTTP e2e test, add a packet direction test.
    NDStrahilevitz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d3c1b3d View commit details
    Browse the repository at this point in the history