summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-icmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-9/+9
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-3/+1
* Instead of showing the difference between a bad checksum and a goodlteo2014-06-201-5/+8
* Let tcpdump detect bad ICMP checksums with the -v flag.lteo2014-01-111-2/+12
* Make icmp_print() accept the length variable, which is the length of thelteo2014-01-111-2/+2
* 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-2/+3
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* implement -q for icmp, deregister, print usigned values using an unsignedotto2004-10-171-26/+29
* print the original ip packet on -vv; based on tcpdump.org; ok otto@markus2004-08-101-2/+15
* Fix 'tcpdump -v icmp' endianess buglet, print ID in hex.cedric2003-09-081-4/+5
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
* simplify buffer handling; ok hoderaadt2001-11-071-20/+16
* bad typecastjakob2001-09-021-3/+3
* to much copy and paste; cleanupjakob2001-09-021-7/+4
* add support for printing id and seq with icmp echo/echoreply; based on patch from cyxob@thief.dyndns.orgjakob2001-09-021-2/+18
* detailed ICMP_PARAMPROB printing; jakob@ okmickey2001-06-101-7/+11
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
* snprintf madnessderaadt1998-07-131-23/+29
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* *** empty log message ***bitblt1996-12-121-19/+122
* it is 3.2 now.mickey1996-07-131-73/+106
* sync to latestderaadt1996-06-101-1/+1
* Updating to the latest LBL release.mickey1996-03-041-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+217