mitmproxy/libmproxy/console
Jason A. Novak f78dada550 Add error checking to ViewProtobuf
There are protobufs that protoc can't parse.  When protoc --decode_raw
fails, it returns nothing to stdin, and writes "Failed to parse input."
to stderr. Before this commit, if protoc --decode_raw couldn't parse
the protobuf, the blank stdout output would get returned to the view;
with this commit stderr gets caught and returned to the view.
2013-04-21 12:46:37 -05:00
..
__init__.py Add the --host option, which uses the value in the Host header for dispaly URLs. 2013-03-17 17:37:54 +13:00
common.py Add the --host option, which uses the value in the Host header for dispaly URLs. 2013-03-17 17:37:54 +13:00
contentview.py Add error checking to ViewProtobuf 2013-04-21 12:46:37 -05:00
flowdetailview.py Fix error when viewing extended details of SSL flow. 2012-07-06 13:33:55 +12:00
flowlist.py Add the --host option, which uses the value in the Host header for dispaly URLs. 2013-03-17 17:37:54 +13:00
flowview.py Correct display mode highlight keys 2013-04-16 23:54:34 +02:00
grideditor.py Add U shortcut to add user-agent strings to global Headers editor. 2012-09-02 11:50:17 +12:00
help.py Correct display mode highlight keys 2013-04-16 23:54:34 +02:00
palettes.py Improve palette colors for headings 2012-07-01 09:03:20 +02:00