Actions
Support #4088
closed
AA
SCPacketTuple() not return correct protocol type
Support #4088:
SCPacketTuple() not return correct protocol type
Status:
Closed
Priority:
Normal
Assignee:
-
Affected Versions:
Label:
Description
with this declaration
ipver, srcip, dstip, proto, sp, dp = SCPacketTuple()
I want to get the correct value from variable proto. It should return a text like "http" or "tcp" but this just return a number like "6.0". Is this a known bug ? I'm using version 6.0.0 (latest)
Actions