File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/plugins/process/basicPlus Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ The **BasicPlus Plugin** is a module for the IPFIXprobe exporter, designed to ex
1818| IP_FLG_REV | uint8_t | IP flags in destination-to-source direction |
1919| TCP_WIN | uint16_t | TCP window size in source-to-destination direction |
2020| TCP_WIN_REV | uint16_t | TCP window size in destination-to-source direction |
21- | TCP_OPT | uint8_t | TCP options in source-to-destination direction |
22- | TCP_OPT_REV | uint8_t | TCP options in destination-to-source direction |
23- | TCP_MSS | uint16_t | TCP maximum segment size in source-to-destination direction |
24- | TCP_MSS_REV | uint16_t | TCP maximum segment size in destination-to-source direction |
21+ | TCP_OPT | uint64_t | TCP options in source-to-destination direction |
22+ | TCP_OPT_REV | uint64_t | TCP options in destination-to-source direction |
23+ | TCP_MSS | uint32_t | TCP maximum segment size in source-to-destination direction |
24+ | TCP_MSS_REV | uint32_t | TCP maximum segment size in destination-to-source direction |
2525| TCP_SYN_SIZE | uint16_t | TCP syn packet size (only one in bidirectional flow) |
2626
2727## Usage
You can’t perform that action at this time.
0 commit comments