summaryrefslogtreecommitdiff
path: root/include/libnet
Commit message (Expand)AuthorAgeFilesLines
* udld: initial supportValery Ivanov2023-05-033-0/+182
* libnet_raw: don't change the TX buffer size for raw socketsBeniamin Sandu2022-09-261-0/+12
* functions: lldp: drop extra const for consistency with rest of libnetValery Ivanov2021-08-121-3/+3
* Minor, whitespace cleanupJoachim Wiberg2021-07-201-1/+0
* chore(structures): update pblocks defines with lldp infoValery Ivanov2021-05-081-0/+6
* chore(functions): add libnet_build_lldp stub functionValery Ivanov2021-05-081-0/+9
* feat(functions): add libnet_build_lldp_org_spec functionValery Ivanov2021-05-081-0/+13
* chore(headers/lldp): add optional organization specific tlvValery Ivanov2021-05-081-0/+51
* feat(functions): add libnet_build_lldp_end functionValery Ivanov2021-05-081-0/+12
* chore(headers): add end of lldpdu tlv defineValery Ivanov2021-05-081-0/+2
* feat(functions): add libnet_build_lldp_ttl functionValery Ivanov2021-05-081-0/+12
* chore(headers): add ttl tlv defineValery Ivanov2021-05-081-0/+2
* feat(functions): add libnet_build_lldp_port functionValery Ivanov2021-05-081-0/+15
* chore(headers): add port id tlv definesValery Ivanov2021-05-081-0/+11
* feat(functions): add libnet_build_lldp_chassis functionValery Ivanov2021-05-071-0/+15
* chore(headers): add chassis id tlv definesValery Ivanov2021-05-071-0/+11
* chore(macros): add set lldp tlv type/length macrosValery Ivanov2021-05-071-0/+3
* feat(headers): add base LLDP headerValery Ivanov2021-05-071-0/+13
* Fix some non-standard types to build with -std=c18Thomas Habets2019-10-211-3/+3
* Use standard int64_t instead of __int64_t for mingw cross buildJoachim Nilsson2019-10-191-3/+3
* Add coding style hinting for EmacsJoachim Nilsson2019-10-086-0/+36
* Drop gratuitous EOF and end of fileJoachim Nilsson2019-10-066-6/+0
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-283-52/+44
* Remove deprecated NO_SNPRINTFdohnuts2019-09-251-5/+0
* Add link_addr member to libnet_t for use with libnet_get_hwaddr()Joachim Nilsson2019-09-241-0/+2
* Move libnet/ content to top of git repoSam Roberts2019-09-237-0/+5251