Open beef9 opened 3 years ago
hello, have you solved this problem? I had the same problem now.
@MHTTHM
hello, have you solved this problem? I had the same problem now.
I used a tool compiled for windows, I can't remember the name now BUT I think I used the app named TraceWrangler. This tool can convert linux cooked headers to ethernet pseudo headers, but I don't think it stores the actual MAC addresses. So if you don't care about them, just go with this app.
@MHTTHM
hello, have you solved this problem? I had the same problem now.
I used a tool compiled for windows, I can't remember the name now BUT I think I used the app named TraceWrangler. This tool can convert linux cooked headers to ethernet pseudo headers, but I don't think it stores the actual MAC addresses. So if you don't care about them, just go with this app.
thank you for your help!
Support for Linux cooked header should not be difficult to add... it's not a priority for me though... patches are welcome :)
Executing:
$ large_pcap_analyzer captures.pcap -v -Y "src host X and src port Y" -w output_large_pcap/output.pcap
on a 320MiB file yields:I took the same file and converted all ethernet layers to correctly formatted ethernet headers (with src MAC and dst MAC addresses), and now it works: