feat(demo/reveng): add reproducible reverse-engineering demo workflow + manual tshark CI - #55
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/protocollab-co/protocollab/sessions/794328ae-007a-423b-84eb-7d6dcf0ec8b7 Co-authored-by: cherninkiy <2933630+cherninkiy@users.noreply.github.com>
Agent-Logs-Url: https://github.com/protocollab-co/protocollab/sessions/794328ae-007a-423b-84eb-7d6dcf0ec8b7 Co-authored-by: cherninkiy <2933630+cherninkiy@users.noreply.github.com>
…y, updated Makefile and README Agent-Logs-Url: https://github.com/protocollab-co/protocollab/sessions/d207c835-b2b6-48b9-af96-6ef77cce9905 Co-authored-by: cherninkiy <2933630+cherninkiy@users.noreply.github.com>
Agent-Logs-Url: https://github.com/protocollab-co/protocollab/sessions/d207c835-b2b6-48b9-af96-6ef77cce9905 Co-authored-by: cherninkiy <2933630+cherninkiy@users.noreply.github.com>
Agent-Logs-Url: https://github.com/protocollab-co/protocollab/sessions/46f1a026-c041-475f-a3d2-0f8a51c420c6 Co-authored-by: cherninkiy <2933630+cherninkiy@users.noreply.github.com>
…ated comment Agent-Logs-Url: https://github.com/protocollab-co/protocollab/sessions/46f1a026-c041-475f-a3d2-0f8a51c420c6 Co-authored-by: cherninkiy <2933630+cherninkiy@users.noreply.github.com>
- fix tls_sni_analysis docstring to match claimed SNI length (39) - use GitHub mirror as primary ipv4frags download URL - normalize wc output via bash expansion in test_dissectors.sh - add explicit session_key assertions in session_id tests - update README URLs and add binary pcap review guidance
- align folder assets, YAML specs, Makefile and helper scripts to prompt format - add tls_weak.yaml and tls_sni.yaml and update expected.txt files - replace sample pcaps with real captures from requested sources - ensure results/ is ignored and scripts are executable - refresh README with exact workflow commands and fallback download guidance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces and hardens a complete demo/reveng workflow for reverse-engineering examples, including reproducible capture fixtures, helper tooling, and automated tshark validation.
What is included
Why
The repository now has a self-contained reveng demo flow that is easier to run, review, and validate, while keeping heavier tshark execution opt-in via a manually triggered CI workflow.
Validation
Notes