VirtualBox

Changeset 55156 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Apr 9, 2015 11:25:12 AM (10 years ago)
Author:
vboxsync
Message:

Manual: Document USB traffic capturing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r55144 r55156  
    36313631
    36323632   </sect1>
    3633    
     3633
    36343634   <sect1 id="sse412passthrough">
    36353635     <title>Experimental support for passing through SSE4.1 / SSE4.2 instructions</title>
     
    36643664  </sect1>
    36653665
     3666  <sect1 id="usbtrafficcapturing">
     3667    <title>Capturing USB traffic for selected devices</title>
     3668
     3669    <para>
     3670      Starting with VirtualBox 5.0 it is possible to capture USB traffic for
     3671      single USB devices or on the root hub level which captures the traffic of
     3672      all USB devices attached to the root hub. VirtualBox stores the traffic
     3673      in a format which is compatible with Wireshark. To capture the traffic
     3674      of a specific USB device it must be attached to the VM with VBoxManage
     3675      using the following command:
     3676    </para>
     3677
     3678    <screen>VBoxManage controlvm "VM name" usbattach "device uuid|address" --capturefile "filename"</screen>
     3679
     3680    <para>
     3681      In order to enable capturing on the root hub use the following command
     3682      while the VM is not running:
     3683    </para>
     3684
     3685    <screen>VBoxManage setextradata "VM name" VBoxInternal/Devices/usb-ehci/LUN#0/Config/CaptureFilename "filename"</screen>
     3686
     3687    The command above enables capturing on the root hub attached to the EHCI controller.
     3688    To enable it for the OHCI or XHCI controller replace <computeroutput>usb-ehci</computeroutput>
     3689    with <computeroutput>usb-ohci</computeroutput> or <computeroutput>usb-xhci</computeroutput> respectively.
     3690
     3691  </sect1>
     3692
    36663693</chapter>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette