mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 19:57:16 +00:00
This filter allow to match on the request source and destination address in the form of `<IP>:<Port>`. Also fixed the parsing grammar to add a `WordEnd` after each filter name. That way, `~src` doesn't match `~s` instead and keep the behavior consistent with `~hq` != `~h`. |
||
|---|---|---|
| .. | ||
| completion | ||
| data | ||
| fuzzing | ||
| scripts | ||
| tools | ||
| mock_urwid.py | ||
| test_app.py | ||
| test_cmdline.py | ||
| test_console.py | ||
| test_console_common.py | ||
| test_console_contentview.py | ||
| test_console_help.py | ||
| test_console_palettes.py | ||
| test_console_pathedit.py | ||
| test_controller.py | ||
| test_dump.py | ||
| test_encoding.py | ||
| test_examples.py | ||
| test_filt.py | ||
| test_flow.py | ||
| test_fuzzing.py | ||
| test_platform_pf.py | ||
| test_protocol_http.py | ||
| test_proxy.py | ||
| test_script.py | ||
| test_server.py | ||
| test_utils.py | ||
| tservers.py | ||
| tutils.py | ||