summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* udld: initial supportValery Ivanov2023-05-033-0/+182
* include: drop internal-only ifaddrlist.h includeJoachim Wiberg2022-12-302-59/+1
* libnet_raw: don't change the TX buffer size for raw socketsBeniamin Sandu2022-09-261-0/+12
* Fix #139: ftbfs on FreeBSDJoachim Wiberg2022-05-301-1/+1
* 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
* Merge pull request #94 from libnet/license-cleanupJoachim Nilsson2020-07-103-284/+22
|\
| * Change from 4-clause to 3-clause BSD license for src/libnet_link_*.cJoachim Nilsson2019-10-201-14/+21
| * Drop include/bpf.h, 4-clause BSD and unused on major platformsJoachim Nilsson2019-10-202-270/+1
* | Merge pull request #99 from ThomasHabets/cstyleJoachim Nilsson2019-10-231-1/+1
|\ \
| * | Fix C89 syntax error, and document C89 being the styleThomas Habets2019-10-221-1/+1
| |/
* | 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-068-8/+0
* Clean up documentation a bit; URLs, wording, personal details ...Joachim Nilsson2019-10-061-25/+2
* Split .gitignore in sub-directories and clean up a bitJoachim Nilsson2019-09-291-0/+3
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-285-114/+116
* Remove unneeded file include/stamp-h.in.Barak A. Pearlmutter2019-09-281-1/+0
* 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-2313-0/+5755