// // Copyright (c) 2010-2024 Antmicro // // This file is licensed under the MIT License. // Full license text is available in 'licenses/MIT.txt'. // namespace Antmicro.Renode.Plugins.WiresharkPlugin { public enum LinkLayer { Ethernet = 1, IEEE802_15_4 = 195, Bluetooth_LE = 256, CAN = 227 } }