Skip to content

Implementation for the ndpi kernel module version 4.9#12

Open
Morwran wants to merge 1 commit intomasterfrom
feature-swarm-361
Open

Implementation for the ndpi kernel module version 4.9#12
Morwran wants to merge 1 commit intomasterfrom
feature-swarm-361

Conversation

@Morwran
Copy link

@Morwran Morwran commented Jan 26, 2024

No description provided.


const (
NFT_NDPI_FLAG_INVERT uint16 = 0x01 << iota
NFT_NDPI_FLAG_INVERT uint32 = 0x01 << iota
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

чем обоснована замена uint16 --> uint32 ?

const (
//Version of the ndpi
NDPI_GIT_RELEASE = "4.3.0-8-6ae5394"
NDPI_GIT_RELEASE = "4.9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

то есть версию 4.3 мы не поддерживаем ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants