summaryrefslogtreecommitdiff
path: root/print-domain.c
Commit message (Expand)AuthorAgeFilesLines
* fix A6 decoding.itojun2000-12-201-3/+3
* Remove some includes of <sys/socket.h>, and add includes ofguy2000-10-101-2/+1
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* Bitfield layout in memory is not specified by the ANSI C spec; don't useguy2000-10-031-12/+12
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Cast an string constant argument to "u_char *", to avoid warnings fromguy2000-09-241-2/+2
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* do not rely on the system providing us everything we need inassar2000-07-051-2/+2
* remove non-STDC codeassar2000-07-011-3/+1
* parse authentication-related bits from BIND9.itojun2000-04-271-6/+9
* do not make infinite loop on fabricated DNS data compression pointers.itojun2000-04-171-1/+20
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-2/+55
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+413