Bus snooping/sniffing: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(skeleton article ... will fill out later)
(No difference)

Revision as of 20:29, 25 December 2008

Purpose and relevance to development work -- description coming soon

PCI / PCIe

Snooping Utilities:

  • BTSpy - Windows based snoop for BT8x8 based devices
  • Dscaler - Windows based; contains the ability to snoop for PCI / PCIe devices

USB

Snooping Utilities:

  • USB Snoopy- Windows based snoop for USB device communications traffic
  • SnoopyPro - Windows based snoop for USB device communications traffic
  • usbsnoop/SniffUSB - Windows based snoop for USB device communications traffic
  • usbmon - Linux kernel module which can snoop USB device communications traffic
    • Wireshark - logs usbmon output, via libpcap
    • USBMon - logs usbmon output

=Log parsers etc

  • parser.pl

...

Command Playback Utilities:

  • usb-robot - plays back USB Snoopy capture logs
  • usbreplay - plays back usbsnoop capture logs


External Links