Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants