1
0
Files
2022-09-29 17:59:04 +03:00

15 lines
225 B
Plaintext

/*
* 10Mb/s Ethernet.
*/
export ether.type;
typedef address etheraddr:48;
protocol ether "Ethernet" (type)
{
etheraddr dst "Destination Address";
etheraddr src "Source Address";
u_short type "Packet Type";
}