summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Update local 4-clause BSD getopt.c with FreeBSD 3-clause versionJoachim Nilsson2019-10-201-61/+55
| | | | | | | | | | | | | | | | | | | This patch updates the local getopt.c, used only when building samples on Windows, with a newer version with better license from FreeBSD. For reference, Berkeley recinded the 3rd clause of the original 4-clause license in 1999. This was adopted by the BSD UNIX community, and later the numbering was also updated. https://bsd.slashdot.org/story/99/09/02/189210/berkeley-removes-advertising-clause For some reason, the replacement header file, win32/getopt.h, comes with the 2-clause BSD license. I did no more research on that, but I guess the FreeBSD VCS has the complete story. Related to issue #85. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Remove pre-built binary files from win32/wpdpackJoachim Nilsson2019-10-2027-3272/+1
| | | | | | | | | | | | | Not only is it our policy to not include binaries in GIT, the wpdpack distribution comes under another license, see #85, which means libnet top LICENSE file would otherwise have to be changed. We recommend installing https://nmap.org/npcap/ for using libnet on Windows. For cross-building on a non-windows host, see README.win32. Closes #93 Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Adjust path to WINPACP filesJoachim Nilsson2019-10-191-3/+3
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Drop gratuitous EOF and end of fileJoachim Nilsson2019-10-062-6/+0
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Remove LIBNET_BSDISH_OS define, completely unused in source treeJoachim Nilsson2019-10-051-1/+0
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Relocate scripts/ to bin/ and .bat file to win32/Joachim Nilsson2019-09-292-1/+127
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-2828-2/+3273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore .travis.yml BUILD-FROM-GIT.txt Makefile.am Makefile.am.common Prepare acinclude.m4 autogen.sh configure.ac doc/html/Makefile.am doc/html/closed.png doc/html/globals_func.html doc/html/tab_s.png doc/libnet.doxygen.conf doc/man/Makefile.am doc/man/man3/Makefile.am doc/man/man3/libnet-functions.h.3 doc/man/man3/libnet-macros.h.3 include/libnet.h include/libnet/Makefile.am libnet/acinclude.m4 libnet/libnet-config.in libnet/m4/acinclude.m4 lua/Makefile lua/msvcbuild.bat sample/Makefile.am scripts/Push src/libnet_link_win32.c win32/Makefile.am
* Remove deprecated NO_SNPRINTFdohnuts2019-09-251-1/+0
|
* Move libnet/ content to top of git repoSam Roberts2019-09-235-0/+557
1. Moved scripts into libnet/scripts/, moved debian/ into libnet/, and other top-level content into libnet/. 2. Moved libnet/* up to ./