Skip to content

Processing of TCP packets sent by the SYSTEM process using windows-redirector.exe#204

Open
sbromt wants to merge 4 commits into
mitmproxy:mainfrom
sbromt:patch-1
Open

Processing of TCP packets sent by the SYSTEM process using windows-redirector.exe#204
sbromt wants to merge 4 commits into
mitmproxy:mainfrom
sbromt:patch-1

Conversation

@sbromt

@sbromt sbromt commented Dec 11, 2024

Copy link
Copy Markdown

When accessing the NAS through Windows Explorer, the TCP handshake packets from the System process (PID=4) are held at the if block on line 188 of the main2.rs. However, when a socket event occurs, processing is skipped at the if block on line 232 of the main2.rs, preventing Windows Explorer from establishing a TCP connection.

Wouldn't it be better to reinject the connections held in connections back into the network before skipping them, even if the process is the System process?

@sbromt

sbromt commented Feb 5, 2025

Copy link
Copy Markdown
Author

I submitted a pull request, but it seems there has been no response so far. What should I do next?

@mhils

mhils commented Feb 5, 2025

Copy link
Copy Markdown
Member

@sbromt: thanks - you're all good. We're a bit short on reviewers on Windows, but I'll try to get to your patch in the next week or so.

@sbromt

sbromt commented Mar 11, 2025

Copy link
Copy Markdown
Author

@mhils Has there been any progress regarding this matter?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants