mitmproxy/test
isra17 471e196e08 Add ~src ~dst REGEX filters
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`.
2015-07-13 18:11:14 -04:00
..
completion
data fix windows compatibility 2015-07-03 02:46:06 +02:00
fuzzing
scripts
tools Merge branch 'master' of github.com:mitmproxy/mitmproxy 2015-05-31 01:51:31 +02:00
mock_urwid.py
test_app.py
test_cmdline.py
test_console.py
test_console_common.py
test_console_contentview.py console: convert add_event to a signal. 2015-06-02 13:45:19 +12:00
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 Add ~src ~dst REGEX filters 2015-07-13 18:11:14 -04:00
test_flow.py
test_fuzzing.py
test_platform_pf.py
test_protocol_http.py Handle invalid IDNA encoding in hostnames 2015-06-12 16:00:16 +12:00
test_proxy.py Enabling upstream server verification. Added flags --verify_upstream_cert, 2015-06-29 11:00:20 -07:00
test_script.py
test_server.py fix #593, fix #656, coverage++ 2015-07-03 02:47:12 +02:00
test_utils.py
tservers.py fix #593, fix #656, coverage++ 2015-07-03 02:47:12 +02:00
tutils.py