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 files with 802.11 packet structure #264

Closed
cwilliams001 opened this issue Jun 24, 2023 · 2 comments
Closed

support PCAP files with 802.11 packet structure #264

cwilliams001 opened this issue Jun 24, 2023 · 2 comments

Comments

@cwilliams001
Copy link

cwilliams001 commented Jun 24, 2023

To reproduce
Steps to reproduce the behavior:

Convert a PCAPNG file to PCAP using tshark with the following command:

tshark -F pcap -r {input.pcapng} -w {output.pcap}

Attempt to upload the resulting PCAP file to Malcolm.
Expected behavior
I expected Malcolm to be able to read and analyze the PCAP file converted from PCAPNG.

I am trying to convert pcapng files from a kismet capture into pcaps so that I can use Malcolm as a data visualization tool and to do more in-depth analysis. Thank you!

[EDIT]

I reached out to the developer of Arkime and the issue is that Arkime does not support 802.11 packets.

@mmguero
Copy link
Collaborator

mmguero commented Jun 26, 2023

Thanks for the update. Will keep that in mind for future development.

@mmguero mmguero changed the title Issue with Uploading Converted PCAP Files support PCAP files with 802.11 packet structure Jun 26, 2023
@mmguero
Copy link
Collaborator

mmguero commented Jun 26, 2023

migrated to idaholab#220

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

No branches or pull requests

2 participants