clipper
clipper copied to clipboard
devtools-server doesn't work
curl and wget both crash immediately with the same error:
WARN net_decode::chomp: ignored frame with unsupported ethertype ARP
WARN net_decode::chomp: ignored frame with unsupported ethertype ARP
thread 'main' (264742) panicked at crates/net_decode/src/tcp_reassemble.rs:129:9:
assertion failed: incoming_seqno - self.lowest < Wrapping(u32::MAX / 2)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This happens for both devtools-server and capture-devtools. Here's a pcapng (which is handled fine by Wireshark): test.pcapng.zip
Unfortunate to hear. I am probably not going to fix this myself, but PRs are welcome!