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 metadata to the packets #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tiramiseb
Copy link

No description provided.

... because most distribs still use libnetfilter_queue 1.0.2, which does not support this stuff
// Packet struct provides the packet data and methods to accept, drop or modify the packet.
type Packet struct {
Buffer []byte
Meta *PacketMeta
Copy link

Choose a reason for hiding this comment

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

What's the point of passing PacketMeta by pointer, when Packet itself is passed as pointer to the callback?

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