Skip to content

Commit 7fe97c3

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent c3dbda5 commit 7fe97c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/plugins/process/basicPlus/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)