// Copyright (c) 2026 Cyprien Avico avicocyprien@yahoo.com
//// Licensed under the MIT License <LICENSE-MIT or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.
pubmodarp;pubmodipv4;pubmodipv6;pubmodprofinet;#[derive(Debug)]pubenumInternetProtocolType{
Arp,
Ipv4,
Ipv6,
Profinet,
Unknown(u8),}