Remote debugger protocol inspector
You should see a new RDP Inspector button at the top-right corner of your browser window after installation. Click the icon to open RDP Inspector console and operate developer tools Toolbox to generate some traffic over RDP. Sent and received packets are visible in the console window.
- Remote Debugging Protocol: https://wiki.mozilla.org/Remote_Debugging_Protocol
- Add-on SDK: https://developer.mozilla.org/en-US/Add-ons/SDK
- DevTools API: https://developer.mozilla.org/en-US/docs/Tools/DevToolsAPI
- Coding Style: https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide
- DevTools Extension Examples: https://github.com/firebug/devtools-extension-examples
- DevTools/Hacking: https://wiki.mozilla.org/DevTools/Hacking