Actions
Documentation #7854
closed
TW
TW
doc/lualib: fix flow timestamps() return value order
Documentation #7854:
doc/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`
JF Updated by Juliana Fajardini Reichow 8 months ago
PR for review: https://github.com/OISF/suricata/pull/13728
JF Updated by Juliana Fajardini Reichow 8 months ago
- Target version changed from TBD to 8.0.1
JF Updated by Juliana Fajardini Reichow 8 months ago
- Subject changed from Fix flow timestamps() return value order in documentation to doc/lualib: fix flow timestamps() return value order
PA Updated by Philippe Antoine 8 months ago
- Status changed from In Progress to In Review
PA Updated by Philippe Antoine 7 months ago
- Status changed from In Review to Closed
Actions