-
Notifications
You must be signed in to change notification settings - Fork 234
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
Add EBPF_LOG_MESSAGE_BINARY tracing macro with TraceLoggingBinary to print binary data. #3786
Labels
Milestone
Comments
shpalani
added
bug
Something isn't working
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Aug 23, 2024
7f/Double-Fault kernel crash was observed in NetEbpfExt!net_ebpf_extension_sock_addr_authorize_recv_accept_classify https://github.com/microsoft/ebpf-for-windows/actions/runs/11042573258?pr=3781
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Request to add EBPF_LOG_MESSAGE_BINARY tracing macro with TraceLoggingBinary to print binary data.
#define TraceLoggingBinary(pValue, cbValue, ...)
For eg,
#define _EBPF_LOG_MESSAGE_BINARY(trace_level, keyword, message, type, name, pValue, cbValue)
OS information
Windows 10 and above
Steps taken to reproduce bug
New macro.
Expected behavior
Print the binary data.
Actual outcome
New macro.
Additional details
No response
The text was updated successfully, but these errors were encountered: