summaryrefslogtreecommitdiff
path: root/README.win32
Commit message (Collapse)AuthorAgeFilesLines
* Remove pre-built binary files from win32/wpdpackJoachim Nilsson2019-10-201-6/+11
| | | | | | | | | | | | | 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>
* Cleanup and style, me vs us, formatting etc.Joachim Nilsson2019-10-191-64/+74
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* doc: Update AUTHOR section in man pages and fix that COPYRIGHT blurbJoachim Nilsson2019-10-101-2/+2
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* doc: Update URLs to point at new official home for libnet projectJoachim Nilsson2019-10-101-2/+3
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-281-9/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Move libnet/ content to top of git repoSam Roberts2019-09-231-0/+17
1. Moved scripts into libnet/scripts/, moved debian/ into libnet/, and other top-level content into libnet/. 2. Moved libnet/* up to ./