Actions
Feature #1264
closedLua: access to TCP quad / Flow Tuple
Effort:
Difficulty:
Label:
Updated by Victor Julien about 10 years ago
In my dev-lua-output branch you can use either:
ipver, srcip, dstip, proto, sp, dp = SCFlowTuple() ipver, srcip, dstip, proto, sp, dp = SCPacketTuple()
Depending on where the script is hooked in you can use one or the other currently.
Updated by Victor Julien about 10 years ago
- Status changed from New to Closed
- Assignee set to Victor Julien
- Target version set to 2.1beta2
- % Done changed from 0 to 100
Updated by Victor Julien almost 10 years ago
- Subject changed from Request for Additional Lua Capabilities - TCP quad to Lua: access to TCP quad / Flow Tuple
Actions