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

Implement zilla dump command similar to tcpdump #114

Closed
jfallows opened this issue Oct 11, 2022 · 1 comment · Fixed by #121
Closed

Implement zilla dump command similar to tcpdump #114

jfallows opened this issue Oct 11, 2022 · 1 comment · Fixed by #121
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jfallows
Copy link
Contributor

jfallows commented Oct 11, 2022

The Zilla runtime has a a pluggable command structure, currently used for start and stop.

./zilla
usage: zilla <command> [ <args> ]

Commands are:
    help    Display help information
    start   Start engine
    stop    Stop engine

See 'zilla help <command>' for more information on a specific command.

Add a new zilla dump command to produce a virtual packet capture of Zilla shared memory streams that can be dissected in Wireshark as tcp, tls, http, mqtt, amqp, etc.

Capturing the raw byte stream for each binding in zilla.json in .pcap format is sufficient to let Wireshark dissectors present the structured form of the protocol frames.

@jfallows jfallows added enhancement New feature or request good first issue Good for newcomers labels Oct 11, 2022
@bmaidics
Copy link
Contributor

I'd like to take this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants