summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #161 from ivalery111/3-introduce-udld-supportHEADmasterJoachim Wiberg2023-05-0418-2/+1957
|\
| * udld: initial supportValery Ivanov2023-05-0316-2/+1942
| * tests: fetch header/packet without advanced modeValery Ivanov2023-05-022-0/+15
* | Merge pull request #159 from uniontech-lilinjie/masterJoachim Wiberg2023-04-0420-24/+24
|\ \
| * | fix typoslilinjie2023-04-0420-24/+24
|/ /
* | Merge pull request #156 from herveboisse/remove_sock_packetJoachim Wiberg2023-01-184-108/+0
|\ \ | |/
| * Remove support for SOCK_PACKET socketsHervé Boisse2023-01-174-108/+0
|/
* Refresh configure.ac, AC_TRY_COMPILE is obsoleteJoachim Wiberg2023-01-011-7/+5
* Bump copyright yearsJoachim Wiberg2022-12-311-1/+1
* Extract version from new file VERSION, for the benefit of win32Joachim Wiberg2022-12-313-2/+4
* win32: encode version in DLL instead of in filenameJoachim Wiberg2022-12-311-1/+1
* win32: build in parallelJoachim Wiberg2022-12-311-1/+1
* .github: enable matrix bulder for 32/64-bit buildsJoachim Wiberg2022-12-312-9/+7
* .github: archive DLL files after each buildJoachim Wiberg2022-12-311-0/+5
* win32: add error handling after calling cl and linkJoachim Wiberg2022-12-311-9/+19
* win32: generalize and clean up batch file a bitJoachim Wiberg2022-12-312-56/+37
* Drop appveyor for win32 builds in favor of GitHub actionsJoachim Wiberg2022-12-311-11/+0
* win32: test x86_64 arch in dll linkingJoachim Wiberg2022-12-311-9/+4
* win32: add missing ssize_t definitionJoachim Wiberg2022-12-311-0/+5
* win32: try using the default msvc stdint.hJoachim Wiberg2022-12-314-250/+5
* win32: change to npcap-sdk everywhereJoachim Wiberg2022-12-312-17/+14
* switch to npcap and set a fixed install directory for libs & headersJoachim Wiberg2022-12-312-3/+4
* .github: use zip file directory, don't create another levelJoachim Wiberg2022-12-311-1/+1
* win32: search for path to VC ToolsJoachim Wiberg2022-12-311-11/+19
* .github: spellcheckJoachim Wiberg2022-12-311-1/+1
* .github: prototype windows action to replace appveyorJoachim Wiberg2022-12-311-0/+20
* 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-302-2/+2
* 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-303-60/+16
* De-register, compiler knows bestJoachim Wiberg2022-12-297-34/+29
* .github: bump actions to latest versionsJoachim Wiberg2022-12-282-4/+4
* Follow-up to f035f60: ignore lldp binaryJoachim Wiberg2022-12-281-0/+1
* 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
* Merge pull request #150 from aroulin/fix-segfault-ifaddrlistJoachim Wiberg2022-11-231-2/+24
|\
| * libnet_if_addr.c: fix segfault when number of IPs > 512Andy Roulin2022-11-231-2/+24
|/
* Merge pull request #148 from beni-sandu/masterJoachim Wiberg2022-09-264-37/+35
|\
| * libnet_raw: don't change the TX buffer size for raw socketsBeniamin Sandu2022-09-264-37/+35
|/