summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for automatically detecting ifindexHEADmasterAaditya Dhruv2025-08-051-1/+22
| | | | | Scan all the interfaces, match the one with the same sender hardware address and then use the scanned ifindex
* Added eth_arp_send, updated interfaces to eth_arp_* functionsAaditya Dhruv2025-08-032-13/+60
| | | | | | - Simple interface for recv/send consisting of sockfd and arp_packet - Updated arp_packet struct datatypes - Added eth_arp_send to send ARP packet
* Parse arp_packet struct and return to caller in eth_recvAaditya Dhruv2025-07-312-43/+47
|
* Add arp_packet struct and parsing in eth_recvAaditya Dhruv2025-07-292-1/+18
|
* eth_recv and eth_bind featuresAaditya Dhruv2025-07-281-3/+27
| | | | | - Change eth_bind from DGRAM to RAW - Add L2 ARP RAW packet header parsing
* Basic L2 bindingAaditya Dhruv2025-06-302-4/+64
|
* Update CMakeLists with include/install fixAaditya Dhruv2025-06-073-4/+3
|
* Include headers in installationAaditya Dhruv2025-06-053-1/+8
|
* initAaditya Dhruv2025-05-258-0/+101