| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LLDP has it's own group address, so teach tcpdump about it. | 2018-12-20 | 1 | -1/+2 | |
| | | | | | ok deraadt@ | ||||
| * | Remove #ifdef INET6 | 2018-10-22 | 1 | -10/+1 | |
| | | | | | | | | | | | | | There's not reason to build without IPv6 support, `-U INET6' builds were broken anyway. Fix an empty redefine for IPPROTO_IPV6 in print-ip.c while here. No object change on amd64 and sparc64 with clang, gcc compiles differently but behaviour stays the same. OK denis deraadt | ||||
| * | Sync extern decl of eproto_db with what's in libpcap. | 2016-12-14 | 1 | -4/+4 | |
| | | | | | For some reason this crashes on armv7. Issue reported by Lars Nooden. | ||||
| * | Remove memory.h includes. | 2015-11-18 | 1 | -4/+1 | |
| | | | | | ok deraadt@ | ||||
| * | Remove register keyword uses. Still needs to be done in all other | 2015-11-01 | 1 | -46/+46 | |
| | | | | | | | tcpdump source files. ok kettenis@ | ||||
| * | since stdlib.h is in scope, don't cast.... you know the drill. | 2015-08-21 | 1 | -10/+10 | |
| | | | | | no sneakiness detected by krw | ||||
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -6/+6 | |
| | | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
| * | obvious malloc() -> reallocarray() oflow check; ok doug | 2014-10-08 | 1 | -2/+2 | |
| | | |||||
| * | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+1 | |
| | | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
| * | trash $Header goo which is just annoying; 5595 | 2007-10-07 | 1 | -2/+2 | |
| | | |||||
| * | Print leading zeros in MAC addresses. Initial diff from Stanislav | 2007-06-21 | 1 | -17/+6 | |
| | | | | | | | Kruchinin, idea to use ether_ntoa from Claudio Jeker. OK canacar, idea OK henning, jasper, and tedu. | ||||
| * | check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@ | 2006-02-26 | 1 | -2/+4 | |
| | | |||||
| * | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | 2006-01-23 | 1 | -3/+3 | |
| | | |||||
| * | fix signal race in statistics output. ok cloder@ henning@ | 2005-05-22 | 1 | -3/+2 | |
| | | |||||
| * | permit protocol name longer than 3 letters. canacar ok | 2004-12-13 | 1 | -3/+3 | |
| | | |||||
| * | Print protocol and service numbers correctly when -n switch is specified. | 2004-02-13 | 1 | -4/+6 | |
| | | | | | | reported by mcbride@ ok otto@ mcbride@ | ||||
| * | Some more non-alignment problems resolved. | 2004-02-04 | 1 | -3/+4 | |
| | | | | | ok deraadt@ | ||||
| * | Do away with non-aligned memory accesses. | 2004-02-02 | 1 | -6/+3 | |
| | | | | | ok deraadt@ hshoexer@ | ||||
| * | general cleanup and better SIGCHLD handling from millert@ | 2004-01-31 | 1 | -5/+5 | |
| | | | | | ok canacar@ | ||||
| * | privilege separated tcpdump, joint work with otto@ | 2004-01-28 | 1 | -21/+55 | |
| | | | | | | tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@ | ||||
| * | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -4/+2 | |
| | | |||||
| * | Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me. | 2001-11-03 | 1 | -55/+28 | |
| | | |||||
| * | fix one more s/sprintf/snprintf/; jeremy@hack.org.il | 2000-11-23 | 1 | -3/+3 | |
| | | |||||
| * | some buffer care; jakob | 2000-10-31 | 1 | -4/+4 | |
| | | |||||
| * | Add $OpenBSD$. (jakob@ ok) | 2000-10-03 | 1 | -1/+3 | |
| | | |||||
| * | re-apply this fix for big endian systems, this was lost in rev 1.12 | 2000-09-24 | 1 | -3/+3 | |
| | | |||||
| * | be more careful with strcpy/sprintf. From tcpdump.org. millert@ ok | 2000-04-30 | 1 | -8/+2 | |
| | | |||||
| * | INET6 | 2000-04-26 | 1 | -8/+82 | |
| | | | | | | | DHCP/BOOTP tcp & udp checksum detection numerous bugfixes | ||||
| * | fix include file path. | 2000-02-07 | 1 | -2/+2 | |
| | | |||||
| * | INET6 address resolution (from KAME) | 2000-01-16 | 1 | -1/+106 | |
| | | |||||
| * | big endian fixes; ryker, jd@noc7.uchsc.edu | 1999-10-06 | 1 | -3/+3 | |
| | | |||||
| * | bring more inline with tcpdump 3.4 | 1999-09-16 | 1 | -2/+2 | |
| | | |||||
| * | - Merge some changes from tcpdump 3.4 | 1999-07-28 | 1 | -11/+16 | |
| | | | | | | | | | | | | | | | | -a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@ | ||||
| * | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -2/+2 | |
| | | |||||
| * | *** empty log message *** | 1996-12-12 | 1 | -17/+15 | |
| | | |||||
| * | it is 3.2 now. | 1996-07-13 | 1 | -84/+117 | |
| | | |||||
| * | sync to latest | 1996-06-10 | 1 | -1/+1 | |
| | | |||||
| * | Updating to the latest LBL release. | 1996-03-04 | 1 | -0/+1 | |
| | | | | | Sun's SKIP support added. | ||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+724 | |
