VirtualBox

Ignore:
Timestamp:
Oct 15, 2014 12:34:18 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96564
Message:

USB: Integrate USB sniffer. Make it possible to specify a file to dump the traffic to when attaching a USB device with VBoxManage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r52958 r53062  
    11441144                                BOOL *aMatched,
    11451145                                ULONG *aMaskedInterfaces);
    1146     HRESULT captureUSBDevice(const com::Guid &aId);
     1146    HRESULT captureUSBDevice(const com::Guid &aId, const com::Utf8Str &aCaptureFilename);
    11471147    HRESULT detachUSBDevice(const com::Guid &aId,
    11481148                            BOOL aDone);
     
    12851285    HRESULT i_onUSBDeviceAttach(IUSBDevice *aDevice,
    12861286                                IVirtualBoxErrorInfo *aError,
    1287                                 ULONG aMaskedIfs);
     1287                                ULONG aMaskedIfs,
     1288                                const com::Utf8Str &aCaptureFilename);
    12881289    HRESULT i_onUSBDeviceDetach(IN_BSTR aId,
    12891290                                IVirtualBoxErrorInfo *aError);
     
    13151316                                BOOL *aMatched,
    13161317                                ULONG *aMaskedInterfaces);
    1317     HRESULT captureUSBDevice(const com::Guid &aId);
     1318    HRESULT captureUSBDevice(const com::Guid &aId, const com::Utf8Str &aCaptureFilename);
    13181319    HRESULT detachUSBDevice(const com::Guid &aId,
    13191320                            BOOL aDone);
Note: See TracChangeset for help on using the changeset viewer.

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