Actions
Bug #5072
closeddetect/ip_proto: inconsistent behavior when specifying protocol by string
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 5.0, Needs backport to 6.0
Description
ip_proto:TCP
will use getprotobyname
, which may not work depending on the OS. E.g. in a docker Alpine it fails. We should probably just use a built-in table.
Updated by Jeff Lucovsky over 2 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Jeff Lucovsky
Updated by Jeff Lucovsky over 2 years ago
- Related to Bug #4267: output: don't use /etc/protocols added
Updated by Jeff Lucovsky over 2 years ago
- Status changed from Assigned to In Review
Updated by Jeff Lucovsky over 2 years ago
- Copied to Bug #5114: detect/ip_proto: inconsistent behavior when specifying protocol by string added
Updated by Jeff Lucovsky over 2 years ago
- Copied to Bug #5115: detect/ip_proto: inconsistent behavior when specifying protocol by string added
Updated by Jeff Lucovsky over 2 years ago
- Status changed from In Review to Closed
Actions