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

Add support for vxlan decapsulation (#1441) #1900

Merged
merged 5 commits into from
Mar 22, 2023

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    0cae394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30a328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5e910 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. remove redifinition of vxlanhdr struct and use existing struct ndpi_v…

    …xlanhdr in src/include/ndpi_typedefs.h
    mmaatuq committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6a863be View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix endianess issue by directly accessing bytes using packet index

    * tested for big endian using docker image multiarch/ubuntu-core:s390x-bionic
    mmaatuq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    994eb23 View commit details
    Browse the repository at this point in the history