Skip to content

Commit

Permalink
Update FT
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Dec 17, 2024
1 parent c46f7b9 commit f4c83aa
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Binary file modified userland/lib/libs/libpfring_ft_x86_64.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64.so
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_core-avx2.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_core-avx2_dl.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_corei7-avx.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_corei7-avx_dl.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_corei7.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_corei7_dl.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_dl.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_ft_x86_64_dl.so
Binary file not shown.
4 changes: 2 additions & 2 deletions userland/lib/pfring_ft.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extern "C" {
#endif

#define FT_API_VERSION 83
#define FT_API_VERSION 89

typedef void pfring_ft_table;
typedef void pfring_ft_list;
Expand Down Expand Up @@ -292,7 +292,7 @@ typedef void
#define PFRING_FT_DECODE_TUNNELS (1 << 2) /**< pfring_ft_create_table() flag: decode tunnels (GTP, L2TP, CAPWAP) */
#define PFRING_FT_IGNORE_HW_HASH (1 << 3) /**< pfring_ft_create_table() flag: ignore hw packet hash (e.g. when it's asymmetric leading to one flow per direction) */
#define PFRING_FT_IGNORE_VLAN (1 << 4) /**< pfring_ft_create_table() flag: do not include vlan in flow key */
#define PFRING_FT_TABLE_FLAGS_NO_GUESS (1 << 5) /**< pfring_ft_create_table() flag: disable protocol guess when using nDPI */
#define PFRING_FT_TABLE_FLAGS_NO_GUESS (1 << 5) /**< pfring_ft_create_table() flag: do not guess the protocol when not detected with DPI */

/**
* Create a new flow table.
Expand Down

0 comments on commit f4c83aa

Please sign in to comment.