Skip to content

Commit

Permalink
FIX: remove non-exists from example.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Mar 10, 2020
1 parent b183e22 commit 0df9649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/example.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function process(packet)
packet.sport, -- source port
packet.dip, -- destination ip
packet.dport, -- destination port
type, -- request or response packet
packet.seq, -- sequence number
packet.ack, -- ack number
packet.flags, -- flags, e.g. syn|ack|psh..
Expand Down

0 comments on commit 0df9649

Please sign in to comment.