Skip to content

Commit

Permalink
Update Ft headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Aug 29, 2024
1 parent 68cabb4 commit a6a2c34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 71
#define FT_API_VERSION 77

typedef void pfring_ft_table;
typedef void pfring_ft_list;
Expand Down Expand Up @@ -60,7 +60,8 @@ typedef enum {
PFRING_FT_FLOW_STATUS_OVERFLOW /**< Exported from those with higher inactivity to make room */
} pfring_ft_flow_status;

#define PF_RING_FT_FLOW_FLAGS_L7_GUESS (1 << 0) /**< pfring_ft_flow_value.flags: detected L7 protocol is a guess. */
#define PF_RING_FT_FLOW_FLAGS_L7_GUESS (1 << 0) /**< pfring_ft_flow_value.flags: detected L7 protocol is a guess. */
#define PF_RING_FT_FLOW_FLAGS_IGNORE_VLAN (1 << 1) /**< pfring_ft_flow_value.flags: do not include vlan in flow key. */

typedef struct {
u_int32_t num_protocols; /**< Number of supported L7 protocols */
Expand Down

0 comments on commit a6a2c34

Please sign in to comment.