clipper icon indicating copy to clipboard operation
clipper copied to clipboard

devtools-server doesn't work

Open leo60228 opened this issue 1 month ago • 1 comments

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

leo60228 avatar Nov 02 '25 18:11 leo60228

Unfortunate to hear. I am probably not going to fix this myself, but PRs are welcome!

lf- avatar Nov 03 '25 00:11 lf-