-
Notifications
You must be signed in to change notification settings - Fork 27
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
The capture file appears to be damaged or corrupt. (vwr: Invalid data length 3485744 (runs past the end of the record)) #67
Comments
As for the tcpdump log, this is what it looks like, so you should be able to get it. 15:33:04.163366 IP 10.10.10.10.5500 > 255.255.255.255.5500: UDP, length 1042 |
Still no resolution. |
No idea. Try plugging in a usb into the router and saving the pcap into it directly. Or use nexmonster/relay to forward the csi packets to your laptop and store them on the laptop with tcpdump |
Okay, Thank you very much. |
I connected the USB to the router and tried saving the pcap directly, but the saved file was an empty file with 0 bytes. |
No idea. Hard to debug without access to device. |
environment
Ubuntu 22.04
ASUS RT-AC86U
I referred to the code listed and successfully captured it with tcpdump.
ssh admin@IP address "/jffs/tcpdump -i eth6 dst port 5500" > ~/csi_data.pcap
and loaded the saved file with wireshark, I get the following error.
I am having trouble solving the problem and would appreciate your help.
The text was updated successfully, but these errors were encountered: