You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
To reproduce
Steps to reproduce the behavior:
Convert a PCAPNG file to PCAP using tshark with the following command:
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.
The text was updated successfully, but these errors were encountered: