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

Next/20210111/v7 #5720

Merged
merged 10 commits into from Jan 12, 2021
Merged

Next/20210111/v7 #5720

merged 10 commits into from Jan 12, 2021

Commits on Jan 12, 2021

  1. Copy the full SHA
    45eddde View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    423a5e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    47dd9a5 View commit details
    Browse the repository at this point in the history
  4. rust: include file cleanup

    The cbindgen generated header should not include rust.h as
    rust.h already includes the generated binding.
    
    Fixup C source code that only pulled the generated include, it
    should instead pull in "rust.h" which includes the generated
    binding plus other misc. stuff.
    jasonish authored and victorjulien committed Jan 12, 2021
    Copy the full SHA
    f77fd0c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    37eff69 View commit details
    Browse the repository at this point in the history
  6. github-ci/macos: use brew to install Python 3

    The default Python on MacOS is Python 2. Suricata-Verify now
    depends on Python 3, so install it with Brew.
    jasonish authored and victorjulien committed Jan 12, 2021
    Copy the full SHA
    7904ef8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    18a1fd2 View commit details
    Browse the repository at this point in the history
  8. tftp: Improve parser

    This commit improves TFTP parsing by ensuring the mode and opcode are
    valid.
    jlucovsky authored and victorjulien committed Jan 12, 2021
    Copy the full SHA
    e900b6d View commit details
    Browse the repository at this point in the history
  9. tftp: Add test cases

    This commit adds test cases for the TFTP parser.
    jlucovsky authored and victorjulien committed Jan 12, 2021
    Copy the full SHA
    8ce2078 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5499a6f View commit details
    Browse the repository at this point in the history