Skip to content

Commit

Permalink
Decoding VMSwitch-Packetfragment (#45)
Browse files Browse the repository at this point in the history
Adds metadata for VMSwitch packet captures events.
* Packet comment:
PID=0 VlanId=3 SrcPortId=5 SrcNicType=Synthetic SrcPortName=vidou-pvlan2 DstNicCount=4
* Interface name:
VMname:VmNicType:VportId:VLanID  (e.g.: vidou-pvlan1:Synthetic:4:3)

This makes it easier to visualize packets going through the VMSwitch stack.

Co-authored-by: Matt Olson <maolson@ntdev.microsoft.com>
  • Loading branch information
ViDou83 and Matt Olson committed Oct 7, 2021
1 parent de51914 commit 833ae2b
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -51,6 +51,10 @@ msbuild -t:rebuild -p:configuration=release -p:platform=x64

# History

1.7.0 - Include VMSwitch packet info in packet comments.

1.6.0 - Enable ControlFlowGuard.

1.5.0 - Write iftype and ifindex into interface description blocks and statically link C runtime so vcredist doesn't need to be installed.

1.4.1 - Fix a bug leading to writing corrupt packets.
Expand Down

0 comments on commit 833ae2b

Please sign in to comment.