Description
I installed the tool in multiple ways on Windows and Ubuntu, but was not able to observe the TCP segmentation using Wireshark.
Windows 11 23H2
First I tested the official release binary (v1.8.3).
After not seeing results, I installed the tool using npm. The README says that it was tested on Windows 10 using node 8. I installed it with node 8.0.0, but the program crashes on launch. Then I installed it with node 8.17.0 . No crashes, but still can't observe the modifications in Wireshark. The requests are not split into multiple segments.
Ubuntu 24.04.2 LTS
The release binary leads to a segmentation fault when launching the program.
Installing and running it with node 8.17.0 works, and I was able to observe HTTPS TCP segmentation.
However, I could not observe HTTP TCP segmentation.
Expected behavior
To be able to observe both HTTP and HTTPS TCP segmentation on Windows and Ubuntu using Wireshark.
Additional context
Tested using curl --proxy 127.0.0.1:8000 http://example.com
and curl --proxy 127.0.0.1:8000 https://example.com
.
On Windows I used curl.exe .