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-tcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- (void)printf() -> printf(); the cast adds clutter for little value.
procter
2020-01-24
1
-65
/
+65
*
Remove #ifdef INET6
kn
2018-10-22
1
-43
/
+4
*
Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),
reyk
2016-11-16
1
-2
/
+2
*
Teach tcpdump(8) how to read OpenFlow packets. This initial implementation
rzalamena
2016-10-22
1
-1
/
+8
*
Remove remaining instances of the register keyword.
mmcc
2015-11-16
1
-15
/
+14
*
Print unsigned integers as unsigned integers, kill inconsistent casts.
jca
2015-11-05
1
-6
/
+5
*
stdlib.h is in scope; do not cast malloc/calloc/realloc*
deraadt
2015-08-20
1
-3
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
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
-9
/
+13
*
Don't segfault on IPv6 NFS traffic; found the hard why by matthieu@.
florian
2014-02-05
1
-5
/
+3
*
Add TCP/UDP checksum display for v6 and clean up the checksum
naddy
2010-01-12
1
-19
/
+45
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-6
/
+1
*
trash $Header goo which is just annoying; 5595
deraadt
2007-10-07
1
-2
/
+2
*
IPv6 passive OS fingerprinting.
itojun
2006-12-13
1
-14
/
+21
*
Correct more bounds checks which can lead to crashes.
moritz
2006-05-28
1
-5
/
+5
*
print th_seq from truncated tcp headers (e.g. in icmp need-frag)
markus
2004-09-16
1
-2
/
+5
*
add -T tcp to enforce interpretation as TCP
markus
2004-09-16
1
-3
/
+4
*
print ip/port for truncated tcp packets; ok otto@
markus
2004-08-10
1
-9
/
+25
*
print th_seq for -vv; ok hshoexer, henning
markus
2004-07-28
1
-3
/
+3
*
print tcpmd5 signature options; with/ok itojun
markus
2004-01-15
1
-2
/
+11
*
Make it compile without INET6, from Max Laier, ok deraadt@
dhartmei
2003-10-12
1
-3
/
+7
*
print the operating system of TCP SYN packets with the -o option
frantzen
2003-08-21
1
-2
/
+38
*
integrate a patch i did around 1.5 years ago that's already in
stevesk
2001-12-23
1
-6
/
+51
*
disable smb decoder, as there seems to be fewer bound checks than needed
itojun
2001-06-25
1
-2
/
+4
*
smb printing; from Andrew Tridgell; via tcpdump.org
mickey
2000-12-07
1
-5
/
+9
*
tcpdump incorrectly print port numbers when parsing NFS (PR#1540)
jakob
2000-12-05
1
-22
/
+20
*
Compile with -Wall. Add $OpenBSD$. (jakob@ ok)
ho
2000-10-03
1
-4
/
+6
*
INET6
jakob
2000-04-26
1
-8
/
+176
*
BGP support (from KAME/WIDE). INET6 parts not done yet.
jakob
2000-01-16
1
-1
/
+14
*
fix error where SACKs were not printed with absolute sequence numbers
provos
1999-11-26
1
-2
/
+2
*
add braces to avoid ambiguous else
brad
1999-09-16
1
-3
/
+4
*
- Merge some changes from tcpdump 3.4
jakob
1999-07-28
1
-2
/
+17
*
make tcpdump aware of SACK (RFC 2018), loosely based on a patch from
provos
1998-09-22
1
-15
/
+34
*
*** empty log message ***
bitblt
1996-12-12
1
-61
/
+63
*
it is 3.2 now.
mickey
1996-07-13
1
-89
/
+143
*
sync to latest
deraadt
1996-06-10
1
-7
/
+32
*
Updating to the latest LBL release.
mickey
1996-03-04
1
-2
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+278