blob: e000086a7c8f7aec71bd318b53d4f3501ad3aff3 [file] [log] [blame]
//
// 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
}
}