summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* devcontainer: initialValery Ivanov2022-06-011-0/+1
| | | | | | | Provide the VS Code development environment for rapid setup of a development environment Signed-off-by: Valery Ivanov <ivalery111@gmail.com>
* tests: add libnet_build_ethernet unit testValery Ivanov2022-03-121-0/+1
| | | | Signed-off-by: Valery Ivanov <ivalery111@gmail.com>
* tools: add DockerfileValery Ivanov2022-02-241-0/+2
| | | | Signed-off-by: Valery Ivanov <ivalery111@gmail.com>
* Ignore .zip files as we already do with .tar.gzJoachim Nilsson2019-10-151-0/+2
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Ignore GNU global tags filesJoachim Nilsson2019-10-081-0/+3
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Revert "Remove libnet-config, replaced by pkg-config support"Joachim Nilsson2019-10-071-0/+1
| | | | | | | | This reverts the removal of libnet-config.in from commit b4063cc. The reason being it is easier to maintain it during a transitional period, for compatibility with existing projects. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Update .gitignore: ignore GCC gcno coverageSam Roberts2019-10-011-0/+1
|
* Update and add .gitignore filesJoachim Nilsson2019-09-291-0/+1
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Split .gitignore in sub-directories and clean up a bitJoachim Nilsson2019-09-291-58/+0
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Add m4 macros missing from big merge, lost because of .gitignoreJoachim Nilsson2019-09-281-2/+0
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-281-20/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Updated .gitignoreAli Abdulkadir2018-06-091-0/+1
| |
| * Updated and modified libnet.doxygen.confAli Abdulkadir2018-06-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among many many other tiny changes: - updated to Doxygen 1.8.14 - stripped Doxyfile from all comments - HTML: Disabled every option that would require javascript - HTML: Custom Header and Footer (because me noo like javascript) - HTML: Custom CSS stylesheet (because libnet got style) - HTML: Change HTML output folder to "api" (because it's not like they're talking about anything else) - Enabled WARN_IF_UNDOCUMENTED (because everything should be documented) - Exclude headers that Doxygen can't understand (yet) or that don't say anything meaningful anyways (work in progress) - Tuned the Preprocessor (work in progress) - Tuned dot tool output - Added "standalone" version to libnet's root directory (mostly for CodeDocs.xyz)
| * Updated .gitignore, BUILD-FROM-GIT.txt, Build, Prepare, Package and TODOAli Abdulkadir2018-06-091-18/+18
| | | | | | | | As well as deleted some unnecessary top level scripts
| * Add pkg-config support (suggested in PR #49 by Barak A. Pearlmutter)Ali Abdulkadir2018-06-091-0/+1
| | | | | | | | | | | | | | | | | | libnet now generates/creates a pkg-config file. Most of it is basically barak's work with the following changes/additions: - it's enabled by default - the pkg-config file is called libnet.pc instead of net.pc - it's generated from an .in file by autoconf during configure (not by make during building) - I also swapped a few variables here and there and added newlines as separators
| * distribute libnet.h (again)Ali Abdulkadir2018-06-091-1/+1
| | | | | | | | | | | | | | | | Even though libnet.h is always regenerated by configure, having it around still has some benefits (with respect to documentation) - Docs can be created independently from building (by running doxygen doc/libnet.doxygen.conf) - Docs can be hosted from within the repo (via codedocs.xyz)
| * second wave of build system enhancementsAli Abdulkadir2018-06-091-8/+7
| | | | | | | | the build system should be up to the latest standards with this one. Except for docs, that's up next...
| * bundled gcc friendly winpcap libsAli Abdulkadir2018-06-091-3/+5
| | | | | | | | https://github.com/sgeto/winpcap
| * Finalized MinGW port + first wave of autotools enhancementsAli Abdulkadir2018-06-091-0/+2
| |
| * MinGW ready!Ali Abdulkadir2018-06-091-0/+1
| | | | | | | | Libnet now builds gracefully with MinGW (including samples). There's a lot of fine tuning to be done and it needs testing on my other MinGW distros (including cross). This push is therefore just to see if Linux, Mac and Windows (MSVC) are still happy.
| * Some MinGW specific tryoutsAli Abdulkadir2018-06-091-0/+1
| | | | | | | | Samples are in need of additional linking (-lws2_32, -lpcap) and are complaining about code in libnet_resolve.c, libnet_write.c and libnet_raw.c. Not sure how concerning that is... I better get my pcap manual :-D
| * fixed .travis.ymlAli Abdulkadir2018-06-091-0/+1
| |
| * improved MSVC x64 support (Pull Request #58 upstream)Ali Abdulkadir2018-06-091-0/+1
| | | | | | | | improved MSVC x64 support suggested by robertolarcher (Pull Request #58), README.win32 adjustments, added (Linux only) Travis test yml as well as other tiny fixes.
* | Update git ignorance.Barak A. Pearlmutter2019-09-281-1/+1
| | | | | | | | | | | | | | | | | | Git ignore doxygen debris. Be more specific about our git ignorance. Generally refresh the list. Ignore libnet/compile, as it is generated by autotools. Don't completely ignore libnet/m4/, as a file is cached there. Ignore generated pkgconfig .pc file.
* | Remove libnet-config, replaced by pkg-config supportJoachim Nilsson2019-09-241-1/+0
| | | | | | | | | | | | Fixes https://github.com/libnet/libnet/issues/45 Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* | Add a libnet.pc for pkg-config, to replace libnet-configJoachim Nilsson2019-09-241-0/+1
| | | | | | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* | Move libnet/ content to top of git repoSam Roberts2019-09-231-59/+61
|/ | | | | | 1. Moved scripts into libnet/scripts/, moved debian/ into libnet/, and other top-level content into libnet/. 2. Moved libnet/* up to ./
* Prepare for 1.2 release candidate.v1.2-rc1libnet-1.2-rc1Sam Roberts2013-03-141-2/+4
|
* Cleaned up references to win32 pre-generated headersSam Roberts2013-03-141-1/+5
| | | | | | | | | | Moved pre-generated and static headers used for autotool-less win32 builds out of include/ and into win32/. Centralized the HAVE_CONFIG logic into two common headers, one for src/, and one for test/. All source code should know include headers from the same location, its the responsibility of the build prep system (autotools or msvcbuild.bat) to make sure the correct headers are in place.
* Use simple batch file to build for win32.Sam Roberts2012-10-311-0/+1
| | | | | | The project files are a painful and unmaintainable mess, they are replaced with a batch file, msvcbuild.bat, and the redundant version handling code is removed.
* Build lua binding on win32.Sam Roberts2012-10-301-0/+4
|
* Ignore ~ files.Sam Roberts2012-03-051-17/+18
|
* merged icmpv6 patch in, but I believe either it or the sample/icmp6_unreach ↵Sam Roberts2010-03-021-0/+1
| | | | generates the cksum incorrectly (victor@inliniac.net)
* Adjust Build script to fail, and ignore autotools temp dirs.Sam Roberts2010-02-091-1/+1
|
* Added ability to build a debian package directly from git.Sam Roberts2010-01-271-0/+4
|
* Ignore .dSYM (mac bundle) output directoriesSam Roberts2009-11-111-1/+2
|
* Ignore *.loTSam Roberts2009-11-091-0/+1
|
* ignore the generated libnet.hSam Roberts2009-11-051-0/+1
|
* only ignore Makefile in libnet/Sam Roberts2009-10-221-2/+0
|
* ignoredSam Roberts2009-09-281-1/+2
|
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2009-06-281-0/+2
|\ | | | | | | | | | | Conflicts: libnet/Makefile.am.common libnet/doc/CHANGELOG
| * Beginning of lua bindings.Sam Roberts2009-06-171-0/+2
| |
* | Auto* changes to work on OS X from git checkout.Sam Roberts2009-06-281-0/+2
|/
* Remove unused variables.Sam Roberts2009-04-301-1/+0
|
* Fixed various errors, including memory corruption, when IPv4 options are ↵Sam Roberts2009-04-301-0/+1
| | | | | | | | | | | modified. - pblock chain's ip_offset corrected - ipv4 pblock's ip total length and ip header length corrected - removed redundant, dead, and misleading code - clarified documentation on meaning of ip_len in build_ipv4 - corrected documentation on order in which options and ipv4 header should be built - ipv4 options unit test added to samples/
* Ignore generated files.Sam Roberts2009-04-191-0/+1
|
* updated to deal with new doc locationsSam Roberts2009-03-311-1/+5
|
* More .am files that didn't make it in from Stefanos' patches.Sam Roberts2009-03-311-0/+1
|
* doxygen config moved down to doc/Sam Roberts2009-03-311-2/+0
|
* Changed version to rc2, modified autogen.sh per Stefanos' suggestions, ↵Sam Roberts2009-03-311-0/+3
| | | | updated ignores.