Source position: jwaprotocol.pas line 73
type ETHERNET_FRAME = record
Destination: ETHERNET_ADDRESS;
Source: ETHERNET_ADDRESS;
FrameType: Word;
end;