Skip to content

Unable to observe functionality on Windows and Linux #206

Description

@dds173

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 .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions