Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for automatically detecting ifindexHEADmaster | Aaditya Dhruv | 2025-08-05 | 1 | -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_* functions | Aaditya Dhruv | 2025-08-03 | 2 | -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_recv | Aaditya Dhruv | 2025-07-31 | 2 | -43/+47 |
| | |||||
* | Add arp_packet struct and parsing in eth_recv | Aaditya Dhruv | 2025-07-29 | 2 | -1/+18 |
| | |||||
* | eth_recv and eth_bind features | Aaditya Dhruv | 2025-07-28 | 1 | -3/+27 |
| | | | | | - Change eth_bind from DGRAM to RAW - Add L2 ARP RAW packet header parsing | ||||
* | Basic L2 binding | Aaditya Dhruv | 2025-06-30 | 2 | -4/+64 |
| | |||||
* | Update CMakeLists with include/install fix | Aaditya Dhruv | 2025-06-07 | 3 | -4/+3 |
| | |||||
* | Include headers in installation | Aaditya Dhruv | 2025-06-05 | 3 | -1/+8 |
| | |||||
* | init | Aaditya Dhruv | 2025-05-25 | 8 | -0/+101 |