-
Notifications
You must be signed in to change notification settings - Fork 13
Home
RDP Inspector is a Firefox extension that intercepts Remote Debugging Protocol (RDP) and shows all data sent and received.
- The minimum required browser version is Firefox 38
Install latest RDP Inspector (beta)
- Displaying RDP packets sent/received
- Inspection of RDP packet properties
- Sending test packet
- Get Summary Data
- Filtering Displayed Packets
- Search in packet list
You should see a new RDP Inspector button at the top-right corner of your browser window after installation (the final icon is under construction).
Clicking the button opens RDP Inspector console window.
Are you missing a feature? Create a report
The list of packets can be easily filtered by typing into a search box located at the top right corner of the console window.
The screenshots above shows how to search for "listTabs" packets.
RDP Inspector allows to get summary data at any time. Pressing the Summary button in the toolbar appends summary separator at the end of the list.
The screenshot above shows that 17 packets have been sent to the debugger server (total size 14,50 KB) and 20 packets have been received (total size 13,77 KB).