aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/help.py
diff options
context:
space:
mode:
authorSahn Lam <sahn@pobox.com>2012-08-16 23:27:47 -0700
committerSahn Lam <sahn@pobox.com>2012-08-17 18:45:26 -0700
commit3189d144a521fcc98695dd079fb3dd4304de2eee (patch)
treef0d8198a5e1094be6ecf7cefe96aac95b26ea778 /libmproxy/console/help.py
parenta66d018363e6d0c597577ed459308d4c80cbc2cc (diff)
downloadmitmproxy-3189d144a521fcc98695dd079fb3dd4304de2eee.tar.gz
mitmproxy-3189d144a521fcc98695dd079fb3dd4304de2eee.tar.bz2
mitmproxy-3189d144a521fcc98695dd079fb3dd4304de2eee.zip
Optional AMF decoding support
If PyAMF is installed, enable AMF decoding.
Diffstat (limited to 'libmproxy/console/help.py')
-rw-r--r--libmproxy/console/help.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmproxy/console/help.py b/libmproxy/console/help.py
index 64428fcc..e278e763 100644
--- a/libmproxy/console/help.py
+++ b/libmproxy/console/help.py
@@ -83,6 +83,10 @@ class HelpView(urwid.ListBox):
common.highlight_key("xml", "x") +
[("text", ": XML")]
),
+ (None,
+ common.highlight_key("amf", "f") +
+ [("text", ": AMF (requires PyAMF)")]
+ ),
("o", "toggle options:"),
(None,
common.highlight_key("anticache", "a") +