summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-icmp6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-42/+43
* Remove #ifdef INET6kn2018-10-221-6/+1
* Use long labs(3) for pointer arithmetic.bluhm2016-07-281-2/+2
* Print RA Route Information prefix, preference and lifetime.jca2016-05-071-2/+41
* In verbose mode, print the router preference contained in RAs.jca2016-05-061-3/+19
* o remove legacy code that defines abs(3) if it isn't availablemmcc2016-03-151-4/+2
* Remove remaining instances of the register keyword.mmcc2015-11-161-24/+24
* Print RDNSS nameserver addresses, and print option names for some othersthen2015-11-021-2/+31
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* Instead of showing the difference between a bad checksum and a goodlteo2014-06-201-5/+8
* Let tcpdump detect bad ICMPv6 checksums with the -v flag.lteo2014-01-111-1/+42
* These two programs got fooled by the KAME/NRL split and need type repair.deraadt2013-10-241-4/+4
* Make tcpdump -v print the id and seq of icmp6 echo packets.bluhm2011-09-171-4/+8
* access a 32-bit field as u_int32_t, not as u_long; ok bluhm@naddy2011-09-171-5/+5
* Add support for decoding MLDv2 initially from tcpdump.org via FreeBSD,jsg2010-04-061-3/+193
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* add a missing check for truncated dport in the returned UDP header forsthen2009-05-251-1/+2
* In tcpdump some printf() had an additional \n at the end. Removingbluhm2009-01-291-5/+5
* Check for invalid ICMP6 option length, ok itojun@dhartmei2002-11-281-1/+5
* typoderaadt2002-05-301-2/+2
* Spelling: preffered -> preferredpvalchev2001-06-041-2/+2
* INET6jakob2000-04-261-0/+572