summaryrefslogtreecommitdiff
path: root/af.c
Commit message (Expand)AuthorAgeFilesLines
* Rename AF_INET{6} to AF_IP{6}.Guy Harris2023-02-201-2/+2
* Rename the BSD_AFNUM_ values to BSD_AF_.Guy Harris2023-02-201-8/+8
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-0/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* af.h/c: make several structs constKovarththanan Rajaratnam2010-02-201-2/+2
* move the BSD AF defs into af.h and make the null and rip printer make use of ithannes2006-03-231-1/+13
* add tcpdump-stdinchannes2006-02-271-25/+18
* Add missing af.c and af.h files.guy2006-02-251-0/+58