index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
tcpdump
/
print-icmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- (void)printf() -> printf(); the cast adds clutter for little value.
procter
2020-01-24
1
-9
/
+9
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-4
/
+4
*
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
mpi
2014-08-14
1
-3
/
+1
*
Instead of showing the difference between a bad checksum and a good
lteo
2014-06-20
1
-5
/
+8
*
Let tcpdump detect bad ICMP checksums with the -v flag.
lteo
2014-01-11
1
-2
/
+12
*
Make icmp_print() accept the length variable, which is the length of the
lteo
2014-01-11
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-6
/
+1
*
add a missing check for truncated dport in the returned UDP header for
sthen
2009-05-25
1
-2
/
+3
*
trash $Header goo which is just annoying; 5595
deraadt
2007-10-07
1
-2
/
+2
*
implement -q for icmp, deregister, print usigned values using an unsigned
otto
2004-10-17
1
-26
/
+29
*
print the original ip packet on -vv; based on tcpdump.org; ok otto@
markus
2004-08-10
1
-2
/
+15
*
Fix 'tcpdump -v icmp' endianess buglet, print ID in hex.
cedric
2003-09-08
1
-4
/
+5
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-4
/
+2
*
simplify buffer handling; ok ho
deraadt
2001-11-07
1
-20
/
+16
*
bad typecast
jakob
2001-09-02
1
-3
/
+3
*
to much copy and paste; cleanup
jakob
2001-09-02
1
-7
/
+4
*
add support for printing id and seq with icmp echo/echoreply; based on patch from cyxob@thief.dyndns.org
jakob
2001-09-02
1
-2
/
+18
*
detailed ICMP_PARAMPROB printing; jakob@ ok
mickey
2001-06-10
1
-7
/
+11
*
Add $OpenBSD$. (jakob@ ok)
ho
2000-10-03
1
-1
/
+3
*
snprintf madness
deraadt
1998-07-13
1
-23
/
+29
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-2
/
+2
*
*** empty log message ***
bitblt
1996-12-12
1
-19
/
+122
*
it is 3.2 now.
mickey
1996-07-13
1
-73
/
+106
*
sync to latest
deraadt
1996-06-10
1
-1
/
+1
*
Updating to the latest LBL release.
mickey
1996-03-04
1
-0
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+217