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

suport PCAP files with 802.11 packet structure #470

Open
mmguero opened this issue Nov 5, 2024 · 1 comment
Open

suport PCAP files with 802.11 packet structure #470

mmguero opened this issue Nov 5, 2024 · 1 comment
Labels
arkime Relating to Malcolm's use of Arkime enhancement New feature or request external Depends on a bug or feature external to this project upload Relating to PCAP and/or Zeek log ingestion

Comments

@mmguero
Copy link
Collaborator

mmguero commented Nov 5, 2024

@mmguero cloned issue idaholab/Malcolm#220 on 2023-06-26:

migrated from #264 via @cwilliams001:

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 mmguero added arkime Relating to Malcolm's use of Arkime enhancement New feature or request external Depends on a bug or feature external to this project upload Relating to PCAP and/or Zeek log ingestion labels Nov 5, 2024
@mmguero
Copy link
Collaborator Author

mmguero commented Nov 5, 2024

@cwilliams001 commented on 2023-06-26:

I wanted to share here that I was able to get something working just not for upload. The developer of aircrack-ng made wifibeat a few years ago, unfortunately it was pretty out of date. I was able to fork it and get something compiled and working so that if a wireless adapter is in monitor mode it can take that information and send it to ELK. Not sure if it's in scope of this project but wanted to leave this here in case it helps anyone. Original repo https://github.com/WiFiBeat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arkime Relating to Malcolm's use of Arkime enhancement New feature or request external Depends on a bug or feature external to this project upload Relating to PCAP and/or Zeek log ingestion
Projects
Status: No status
Development

No branches or pull requests

1 participant