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

Enhance inspection of internal streams #596

Merged
merged 56 commits into from
Dec 9, 2023

Conversation

attilakreiner
Copy link
Contributor

@attilakreiner attilakreiner commented Nov 30, 2023

Description

Wireshark offers the possibility to display our own protocol format as it has support for custom dissectors written in Lua. So the idea here is to export the Zilla frames themselves into the pcap file, and write a Zilla specific Wireshark dissector in Lua. This way we could leverage Wireshark to display all the contents of the RingBuffer, examine the details of the Zilla frames, much like we can currently do with the log command, but with all the features Wireshark offers as an added benefit.

Fixes #154

@attilakreiner attilakreiner changed the title WIP wireshark/dump POC Enhance inspection of internal streams Dec 5, 2023
@jfallows jfallows merged commit 0ff5f4d into aklivity:develop Dec 9, 2023
@attilakreiner attilakreiner deleted the dump-poc branch December 9, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance inspection of internal streams
2 participants