summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* udld: initial supportValery Ivanov2023-05-035-0/+352
* tests: fetch header/packet without advanced modeValery Ivanov2023-05-021-0/+12
* Remove support for SOCK_PACKET socketsHervé Boisse2023-01-171-17/+0
* Fix win32 regression introduced in 36e96bfJoachim Wiberg2022-12-311-2/+2
* Follow-up to 6954544: update license in man pages and dll infoJoachim Wiberg2022-12-301-1/+1
* src: alllow returning lo when dev i set also on Linux and OpenBSDJoachim Wiberg2022-12-301-4/+2
* src: minor, fix parametner unused in windows backendJoachim Wiberg2022-12-301-1/+3
* src: fix signed vs unsigned comparison warning, found by appveyorJoachim Wiberg2022-12-301-13/+11
* src: refactor non-linux & non-windows libnet_ifadrrlist()Joachim Wiberg2022-12-301-67/+136
* src: minor cleanup, for consistency in variable useJoachim Wiberg2022-12-301-10/+7
* src: simplify and align different libnet_ifaddrlist() backendsJoachim Wiberg2022-12-301-20/+21
* src: drop useless call to free() on not yet allocated pointerJoachim Wiberg2022-12-301-2/+0
* src: ensure ifaddrlist is always freedJoachim Wiberg2022-12-301-27/+20
* include: drop internal-only ifaddrlist.h includeJoachim Wiberg2022-12-301-1/+15
* De-register, compiler knows bestJoachim Wiberg2022-12-297-34/+29
* Follow-up to 8b4688c: fix regression on WindowsJoachim Wiberg2022-12-281-10/+39
* Follow-up to 8b4688c: fix regression on macOSJoachim Wiberg2022-12-281-4/+26
* libnet_destroy(): verify l->device is a pointer before calling freeJoachim Wiberg2022-12-281-1/+2
* src: simplify, exit earlyJoachim Wiberg2022-12-281-2/+1
* src: reduce code duplication and protect against NULL ptr derefJoachim Wiberg2022-12-281-14/+13
* src: minor coding style cleanupJoachim Wiberg2022-12-282-54/+42
* libnet_if_addr.c: fix segfault when number of IPs > 512Andy Roulin2022-11-231-2/+24
* libnet_raw: don't change the TX buffer size for raw socketsBeniamin Sandu2022-09-262-37/+20
* src: lldp: drop extra const for consistency with rest of libnetJoachim Wiberg2021-08-111-3/+3
* Minor coding style changesJoachim Wiberg2021-08-111-261/+240
* fix: lldp: remove unnecessary assertsValery Ivanov2021-08-111-17/+0
* chore(src/libnet_internal): update lldp infoValery Ivanov2021-05-081-0/+12
* chore(src/Makefile.am): add libnet_build_lldp.c to sourcesValery Ivanov2021-05-081-0/+1
* feat(functions): add libnet_build_lldp_org_spec functionValery Ivanov2021-05-081-0/+59
* feat(functions): add libnet_build_lldp_end functionValery Ivanov2021-05-081-0/+46
* feat(functions): add libnet_build_lldp_ttl functionValery Ivanov2021-05-081-0/+60
* feat(functions): add libnet_build_lldp_port functionValery Ivanov2021-05-081-0/+76
* feat(functions): add libnet_build_lldp_chassis functionValery Ivanov2021-05-071-0/+83
* Fix potential name conflict with cpp keyword 'new'Valery Ivanov2021-05-021-8/+8
* Merge pull request #122 from ivalery111/fix-unused-parameter-warningJoachim Wiberg2021-05-013-0/+5
|\
| * Fix unused parameter warningsValery Ivanov2021-04-283-0/+5
* | libnet_cq.c: fix 'dereference of possibly-NULL'Adrian Reber2021-04-141-1/+1
* | libnet_pblock.c: fix warning "unused variable ‘c’"Adrian Reber2021-04-141-1/+0
* | libnet_port_list.c: fix gcc -fanalyzer warningAdrian Reber2021-04-141-0/+1
|/
* Fix segmentation fault in libnet_ifaddrlistStephan Hartmann2021-01-011-1/+1
* Merge pull request #94 from libnet/license-cleanupJoachim Nilsson2020-07-109-134/+198
|\
| * Speculatively fix bpf.h include for snoop and dlpilicense-cleanupJoachim Nilsson2019-10-202-2/+2
| * Fix bpf.h include after removal, macOS has this in net/bpf.hJoachim Nilsson2019-10-201-2/+0
| * Change from 4-clause to 3-clause BSD license for src/libnet_link_*.cJoachim Nilsson2019-10-208-113/+177
| * libnet_ansn1.c: Align header 2-clause BSD license with libnet_asn1.hJoachim Nilsson2019-10-201-17/+19
* | Fix possible overflowsThomas Habets2019-11-011-3/+4
* | Merge pull request #98 from ThomasHabets/signedJoachim Nilsson2019-10-2335-222/+143
|\ \
| * | Clean up some signed/unsigned comparisonsThomas Habets2019-10-2235-222/+143
| |/
* | Merge pull request #96 from ThomasHabets/pointwarnJoachim Nilsson2019-10-231-5/+5
|\ \
| * | Cast pointer to (void*) to silence -Wextra warningThomas Habets2019-10-211-5/+5
| |/