Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified Logs: Oversize Data Reference of Log Firehose Tracepoint is 4 bytes #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ in the section entitled "GNU Free Documentation License".
| 0.0.8 | Fry | November 2022 | Additional changes based on format analysis.
| 0.0.9 | J.B. Metz | May 2023 | Additional changes based on format analysis.
| 0.0.10 | J.B. Metz | June 2023 | Additional changes based on format analysis.
| 0.0.11 | L. Arnold | April 2024 | Additional changes based on format analysis.
|===

:numbered:
Expand Down Expand Up @@ -983,8 +984,8 @@ Where the range offset is a virtual private strings offset in the <<tracev3_fire
4+| _Has rules flag (0x0400) is set_
| ... | 1 | | TTL
4+| _Has oversize data reference flag (0x0800) is set_
| ... | 2 | | Oversize data reference
4+| _Common_
| ... | 4 | | Oversize data reference
4+| _Has oversize data reference flag (0x0800) is not set_
| ... | 1 | | [yellow-background]*Unknown*
| ... | 1 | | Number of data items
| ... | number of data items | | Array of data items +
Expand Down