Skip to content

Commit

Permalink
Update documentation and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Fuqua committed Sep 1, 2011
1 parent 3779825 commit 8916a59
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Thanks to these people who have contributed to WCF Binary Message Inspector

* [The original WCF Binary Inspector team](http://archive.msdn.microsoft.com/wcfbinaryinspector/People/ProjectPeople.aspx)
* [HofmaDresu](https://github.com/HofmaDresu) - Editable feature
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
WCF Binary Message Inspector
============================

This is a modification of the [WCF Binary Message Inspector](http://archive.msdn.microsoft.com/wcfbinaryinspector) that uses a treeview instead of a textarea.
This is a modification of the [WCF Binary Message Inspector](http://archive.msdn.microsoft.com/wcfbinaryinspector). It provides two notable enhancements:

1. Uses a collapsible tree view instead of a textarea to display the decoded WCF binary message.
2. Allows editing and reissuing of captured WCF binary messages (thanks to [HofmaDresu](https://github.com/HofmaDresu))

Installation
------------

Copy the file `BinaryMessageFiddlerExtension/bin/Release/BinaryMessageFiddlerExtension.dll` into `C:\Program Files\Fiddler2\Inspectors` and restart Fiddler.
Copy the file `BinaryMessageFiddlerExtension/bin/Release/BinaryMessageFiddlerExtension.dll` into `C:\Program Files\Fiddler2\Inspectors` and restart Fiddler. The inspector is titled "WCF Binary XML."

Usage
-----
Tree View Usage
---------------

This inspector provides the following shortcuts:
The tree view provides the following shortcuts:

* Ctrl+c — Copy current node XML
* Ctrl+Shift+c — Copy tree XML
* Alt+→ — Expand node and all child nodes
* Alt+← — Collapse node and all child nodes
* Middle-click — Toggle expand/collapse of node and all child nodes

Edit Usage
----------

1. Capture a WCF binary message
2. In the sessions list, right click on the message and choose "Unlock for editing"
3. Edit the request
4. Reissue the request using the toolbar or the session list context menu

Development
-----------

Expand Down

0 comments on commit 8916a59

Please sign in to comment.