https://github.com/mweisel/vmnet-shark
The vmnet-shark tool allows you to perform real-time packet capture and display for VMware Fusion networks with Wireshark.
https://github.com/mweisel/vmnet-shark
vmware-fusion wireshark
Last synced: about 1 year ago
JSON representation
The vmnet-shark tool allows you to perform real-time packet capture and display for VMware Fusion networks with Wireshark.
- Host: GitHub
- URL: https://github.com/mweisel/vmnet-shark
- Owner: mweisel
- License: mit
- Created: 2019-03-18T01:55:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T21:23:13.000Z (about 7 years ago)
- Last Synced: 2024-03-22T23:46:50.840Z (about 2 years ago)
- Topics: vmware-fusion, wireshark
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vmnet-shark
The ```vmnet-shark``` tool allows you to perform real-time packet capture and display for VMware Fusion networks with Wireshark.
## Prerequisites
1. [VMware Fusion](https://www.vmware.com/products/fusion.html)
2. [Wireshark](https://www.wireshark.org)
## Installation
```console
$ cd /usr/local/bin
$ sudo curl -Lo vmnet-shark https://raw.githubusercontent.com/mweisel/vmnet-shark/master/vmnet-shark.sh
$ sudo chmod +x ./vmnet-shark
```
## Usage
> **Note**: VMware Fusion 11 Pro added a feature for renaming custom networks. The ```vmnet-shark``` tool only supports the default vmnet (e.g., vmnet0, vmnet1, vmnet2, etc.) name format.

```console
$ vmnet-shark vmnet11
```

## Reference
* [VMware Fusion 11 - Creating Custom Networks](https://docs.vmware.com/en/VMware-Fusion/11/com.vmware.fusion.using.doc/GUID-C5837B81-9509-4F1B-9572-0EC0CFA87563.html)
* [Real-time vmnet packet capture and display for VMware Fusion](https://binarynature.blogspot.com/2015/05/real-time-vmnet-packet-capture-display-vmware-fusion.html)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details