最終更新:2018-01-12 (金) 16:30:32 (2292d)  

Virtual USB Analyzer
Top / Virtual USB Analyzer

http://vusb-analyzer.sourceforge.net/

メモ

  • 取得したUSBパケットの可視化のみ行う。

パッケージ

対応ログ形式

  • Ellisys USB Explorer 200?

チュートリアル

.vmxの変更

  • monitor = "debug"
    usb.analyzer.enable = TRUE
    usb.analyzer.maxLine = 8192
    mouse.vusb.enable = FALSE

対応OS

  • Linux (Ubuntu)
  • PyGTKが動けばWindows/Mac OS Xでも動くかもしれないけど未検証

VMware Labs

メモ

  • Warning: psyco not found, install it for a nice speed boost.
    usage: ./vusb-analyzer [-t] vmx.log [vmx.log]
    
    PyGTK frontend for the virtual USB analyzer
    Micah Dowty <micah@vmware.com>
    Version 1.1
    
      -t  Tail mode, start from the end of a growing log file.
    
    Supported log formats:
       VMware VMX log file (*.log)
       Exported XML from Ellisys Visual USB (*.xml)
       Linux usbmon log, raw ASCII format (*.mon)
    
    Also supports transparent decompression of gzipped
    (*.gz) files. Logs may be appended to while this 
    program is running.
    
    For best results with Ellisys logs, enable 'Expand
    transactions packets' but not 'Expand consecutive
    elements' while exporting.
    
    Two log files can be specified, in order to invoke
    diff mode.

Ubuntu 16.04でソースをダウンロードした場合