We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b183e22 commit 0df9649Copy full SHA for 0df9649
scripts/example.lua
@@ -7,7 +7,6 @@ function process(packet)
7
packet.sport, -- source port
8
packet.dip, -- destination ip
9
packet.dport, -- destination port
10
- type, -- request or response packet
11
packet.seq, -- sequence number
12
packet.ack, -- ack number
13
packet.flags, -- flags, e.g. syn|ack|psh..
0 commit comments