Skip to content
Jan Odvarko edited this page Apr 7, 2015 · 36 revisions

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)

Features

  • Displaying RDP packets sent/received
  • Inspection of RDP packet properties
  • Sending test packet
  • Get Summary Data
  • Filtering Displayed Packets
  • Search in packet list

Start with RDP Inspector

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

Filtering Displayed Packets

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.

Get Summary Data

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).

Clone this wiki locally