Maximilian Hils

Results 426 comments of Maximilian Hils

@decathorpe: I managed to this this one during testing with an Android device, any ideas? ``` thread 'tokio-runtime-worker' panicked at 'The destination buffer is too small', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/boringtun-0.5.2/src/noise/session.rs:198:13 note: run with...

Ok, the problem here are large DNS responses which are answered by mitmproxy locally: 1. Client sends DNS request for `discover-pa.googleapis.com` 2. mitmweb resolves locally (to a whole bunch of...

Looking a bit closer, passing UDP packets through smoltcp is a pain in the butt. Maybe it's much easier to just bump the `WireGuardTask.wg_buf` buffer size to something unreasonably large...

We can ignore the coverage warnings here, but there is still a test that fails: https://github.com/mitmproxy/mitmproxy/runs/8017484011?check_suite_focus=true#step:7:1445 Also, please feel free to add a CHANGELOG entry. :-)

Thanks again! 🍰

Related to #5241, but different trigger. Let's keep it open. :) @nicovama: In short, the dumpfile is not corrupt, but upon reading we inadvertedly trigger this check which is supposed...

Not set in stone at all. :-) 1) I did that [earlier](https://github.com/mitmproxy/windows-transparent-mode/commit/70c79531320cec0f53ff048e218788d2a997896b#diff-d0d98998092552a1d3259338c2c71e118a5b8343dd4703c0c7f552ada7f9cb42L1). The problem is that we need to ShellExecute this, which means `asyncio.subprocess` won't work out of the box....

> ```python > loop.start_serving_pipe > ``` _How_ do you know about these things? 😅 See https://github.com/python/cpython/issues/81998, you're not supposed to know. 😄 I will readily admit that I have no...

If I press `?` in the grid editor, I get this (highlights mine): ![image](https://user-images.githubusercontent.com/1019198/116881822-06ee1b00-ac24-11eb-911c-09694ed673b4.png) Isn't that what you are looking for?

@balazser: Thanks for the follow-up. Yes, a) not showing the help and b) not mentioning the insert shortcuts in the options editor definitely is a bug. Pressing `a` or `A`...