Actions
Documentation #7854
closeddoc/lualib: fix flow timestamps() return value order
Affected Versions:
Effort:
low
Difficulty:
low
Label:
Description
- Fixed incorrect return value order in flow timestamps documentation
- According to `LuaFlowTimestamps()` in `src/util-lua-flowlib.c`, the function returns values in this order:
1. start_sec (SCTIME_SECS(f->startts))
2. last_sec (SCTIME_SECS(f->lastts))
3. start_usec (SCTIME_USECS(f->startts))
4. last_usec (SCTIME_USECS(f->lastts))
- Updated documentation in `doc/userguide/lua/libs/flowlib.rst` to reflect the correct order: `start_sec, last_sec, start_usec, last_usec`
- Previous documentation incorrectly showed: `start_sec, start_usec, last_sec, last_usec`
Updated by Juliana Fajardini Reichow 24 days ago
PR for review: https://github.com/OISF/suricata/pull/13728
Updated by Juliana Fajardini Reichow 24 days ago
- Target version changed from TBD to 8.0.1
Updated by Juliana Fajardini Reichow 24 days ago
- Subject changed from Fix flow timestamps() return value order in documentation to doc/lualib: fix flow timestamps() return value order
Updated by Philippe Antoine 18 days ago
- Status changed from In Progress to In Review
Updated by Philippe Antoine 15 days ago
- Status changed from In Review to Closed
Actions