I want to connect to a machine using ethernet. This machine has, of couse, a MAC address which I have to use to make the connection. Note that the machine does NOT have an IP address.
I want to send Ethernet frames according 802.2 LLC/SNAP, meaning I want to alter the Ethernet frame to fit my needs before sending.
My question is: how do I send Ethernet frames in VB6? I have read something about raw sockets but this requires an IP address which I do not have.
