├── README.md ├── USBAnywhere.pdf ├── packet-captures └── virtual_media_iso_attach_detach.pcapng ├── virt_media_tool ├── Pipfile ├── setup.py └── virt_media_tool.py └── wireshark-plugin ├── README.md └── usbanywhere.lua /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/README.md -------------------------------------------------------------------------------- /USBAnywhere.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/USBAnywhere.pdf -------------------------------------------------------------------------------- /packet-captures/virtual_media_iso_attach_detach.pcapng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/packet-captures/virtual_media_iso_attach_detach.pcapng -------------------------------------------------------------------------------- /virt_media_tool/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/virt_media_tool/Pipfile -------------------------------------------------------------------------------- /virt_media_tool/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/virt_media_tool/setup.py -------------------------------------------------------------------------------- /virt_media_tool/virt_media_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/virt_media_tool/virt_media_tool.py -------------------------------------------------------------------------------- /wireshark-plugin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/wireshark-plugin/README.md -------------------------------------------------------------------------------- /wireshark-plugin/usbanywhere.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclypsium/USBAnywhere/HEAD/wireshark-plugin/usbanywhere.lua --------------------------------------------------------------------------------