summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Fix some non-standard types to build with -std=c18Thomas Habets2019-10-213-2/+10
|/
* Minor, whitespaceJoachim Nilsson2019-10-191-2/+2
* Must include Packet32.h first to get struct bpf_program for pcap.hJoachim Nilsson2019-10-191-4/+5
* Remove generated file from GITJoachim Nilsson2019-10-191-176/+0
* doc: Update URLs to point at new official home for libnet projectJoachim Nilsson2019-10-101-1/+1
* Follow-up to 0cf7642d: missing ; in statement after refactorJoachim Nilsson2019-10-091-2/+2
* Rerun ./bin/map-pblock-types to add missing typesSam Roberts2019-10-091-0/+2
* libnet_in_cksum(): Clean up, remove unused DEBIAN codeJoachim Nilsson2019-10-091-26/+3
* Add coding style hinting for EmacsJoachim Nilsson2019-10-0859-15/+361
* Follow-up to f3b4dea3: Missing starting " in snprintf()Joachim Nilsson2019-10-081-1/+1
* Minor, coding style/whitespace cleanupJoachim Nilsson2019-10-084-126/+145
* libnet_destroy(): Don't close() l->fd if -1Joachim Nilsson2019-10-081-1/+2