adding traversal information as the packet moves around

This commit is contained in:
2017-08-25 10:37:20 -05:00
parent 9b78092b5a
commit eaab7771ff
3 changed files with 8 additions and 2 deletions

View File

@ -90,7 +90,7 @@ namespace EduNetworkBuilder
packet_in=4, packet_out=8, packet_duplicate=16, all=63,
dump=256, pause=512}
public enum TraversalTechnology { gateway, static_route, vlan, ethernet, wireless, firewall,
vpn, vpn_encryption, ip_address}
vpn, vpn_encryption, vpn_decryption, ip_address, masquerade}
[Serializable]
public struct HostNicID //This holds a unique identifier for a network card. Links use this to know what it is connected to