summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Skip sys/timeb.h also on FreeBSD, deprecatedJoachim Nilsson2019-10-081-1/+1
* Drop gratuitous EOF and end of fileJoachim Nilsson2019-10-0647-47/+0
* Fix sign mismatch in getsockopt() optlenSam Roberts2019-10-011-1/+1
* Remove unused variablesSam Roberts2019-10-012-19/+1
* src: libnet_link_snoop.c: Fix more #endifs than #ifdefsJoachim Nilsson2019-09-291-5/+2
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-2810-221/+441
* Minor, fix spellingBarak A. Pearlmutter2019-09-281-1/+1
* Use getiffaddrs(3) on OpenBSD and Linuxdohnuts2019-09-251-0/+51
* Remove malplaced \ in \y from old sprintf() messagedohnuts2019-09-251-1/+1
* Use snprintf instead of sprintfdohnuts2019-09-257-40/+75
* Do not include timeb.h on OpenBSDdohnuts2019-09-251-0/+2
* Add link_addr member to libnet_t for use with libnet_get_hwaddr()Joachim Nilsson2019-09-245-41/+30
* Move libnet/ content to top of git repoSam Roberts2019-09-2360-0/+13546