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

Wire it up: Enable iterative testing of the parser #1

Merged
merged 4 commits into from
May 12, 2024

Commits on May 11, 2024

  1. Removed references to zeek as integration with zeek can come later. C…

    …leaned up KBK comments.
    TnekRex committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4a37b57 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Added protobuf addressbook packet captures for testing purposes. Addr…

    …essbook packet captures came from the Wireshark protobuf Wiki page located at https://wiki.wireshark.org/Protobuf
    TnekRex committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ca59526 View commit details
    Browse the repository at this point in the history
  2. Added test-data that contains only the protobuf data from the protobu…

    …f_udp_addressbook.pcapng in raw byte format. This data can be used to test just the spicy parser (protobuf.spicy) without having to be integrated with zeek.
    TnekRex committed May 12, 2024
    Configuration menu
    Copy the full SHA
    72bdc7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f15a35 View commit details
    Browse the repository at this point in the history