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

Support pcap-ng format #124

Open
salsferrazza opened this issue Mar 18, 2023 · 1 comment
Open

Support pcap-ng format #124

salsferrazza opened this issue Mar 18, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@salsferrazza
Copy link
Collaborator

Current pcap source input format type only supports classic PCAP and not PCAP-NG. This may entail a move to scapy from dpkt within the PcapFileMessageSource class.

@salsferrazza salsferrazza added enhancement New feature or request good first issue Good for newcomers labels Mar 18, 2023
@salsferrazza
Copy link
Collaborator Author

interim workaround is to run tshark -F pcap -r {pcapng file} -w {pcap file} on pcap ng file to produce legacy pcap format supported by txcode

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

No branches or pull requests

1 participant