Skip to content

Commit 0df9649

Browse files
committed
FIX: remove non-exists from example.lua
1 parent b183e22 commit 0df9649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/example.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function process(packet)
77
packet.sport, -- source port
88
packet.dip, -- destination ip
99
packet.dport, -- destination port
10-
type, -- request or response packet
1110
packet.seq, -- sequence number
1211
packet.ack, -- ack number
1312
packet.flags, -- flags, e.g. syn|ack|psh..

0 commit comments

Comments
 (0)