Real-time VMnet packet capture and display for VMware Fusion
Steps Identify or create the VMnet for capturing network traffic. If you’re using the standard version of VMware Fusion, this will be Share with my Mac (vmnet8), Private to my Mac (vmnet1), or Bridged (vmnet0). VMware Fusion Pro includes the feature to create additional custom VMnets with the virtual network editor. Note that a host adapter is not required to capture traffic on the VMnet. Create a named pipe (FIFO) file for the VMnet. I prefer to create a separate file for each VMnet. It provides the flexibility to capture and display on multiple VMnets simultaneously. Run the following command in Terminal: ...