summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19support MAKEVERBOSElukem
2003-03-28enable SMB supportjdolecek
2002-10-18correct LBL_ALIGN behavior, sync with tcpdump.org.itojun
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-05-31sync with 3.7.1 (2002/5/31)itojun
2002-02-18no need to have tcpdump.8 in CLEANFILESitojun
2002-02-18sync with 3.7.1itojun
2001-11-15remove LBL_ALIGN. the code leaks memory severely, and makes packet dumpitojun
2001-10-22define LBL_ALIGN, to avoid unaligned access on align-picky arch.itojun
2001-06-25switch to use src/dist/tcpdump. source code has been checked and the newitojun
2001-06-15copyright clarification. sync with tcpdump.org.itojun
2001-05-27remove extra \n even more. sync with tcpdump.orgitojun
2001-05-26remove too many \n for icmp6 too bigitojun
2001-05-15handle badly formattted access RPCassar
2001-05-09correct ip6 option header chasing. sync with tcpdump.org.itojun
2001-05-06Add support for decoding PPPoE packages on an ethernet interface.tron
2001-04-29Make tcpdump work with the current pppoe code.martin
2001-04-14Add basic support for PPPoE interfaces.martin
2001-04-09Fix man page section for networks(5).kim
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2001-04-02This gets installed as tcpdump.8, so make it's section 8 (was 1).wiz
2001-03-01sync cisco hdlc packet printer with tcpdump.org.itojun
2001-02-21print multiple question section. improve TSIG printing.itojun
2001-02-20convert parameters to host byte order before printing themjoda
2001-02-19s/preffered/preferred/ in message.enami
2001-01-28minimize diffs to tcpdump.org tree, even if cosmetic.itojun
2001-01-28remove extra space after typename. sync with tcpdump.orgitojun
2001-01-28print A6, DNAME and bit string label correctly.itojun
2001-01-19Teach tcpdump(8) to dump VRRP.kleink
2001-01-19Parse nfs file handle better on NetBSD. On little endian machine,enami
2001-01-08do not decode non-first IPv6 fragment. sync with tcpdump.org codeitojun
2001-01-05always use %lld for INT64_FORMAT (rather than %ld on __alpha__ and __sparc_v9__lukem
2000-12-29synchronize with latest tcpdump.org treeitojun
2000-12-28Document the name forms of the ICMP and TCP field offsets/valuesthorpej
2000-11-08do not print "PIM" twiceitojun
2000-10-31Change from sprintf() to snprintf() where we may print externallyhe
2000-10-11More format string cleanups by sommerfeld.is
2000-10-04add new cipher DOI # including AES.itojun
2000-08-19Fix 2 cases of wrong checks for sufficient bytes, causing outputfvdl
2000-08-03correct typo in #define. ICMP6_NI_SUCESS -> SUCCESS (notice missing C).itojun
2000-08-01we shouldn't use "(ip + 1)" to detect intermediate headers (AH/ESP).itojun
2000-08-01IPv6 UDP header checksum.itojun
2000-08-01use of ip_p is irrelevant in tcp_cksum, as we may have AH/ESP inbetween.itojun
2000-08-01some merge from tcpdump.org code.itojun
2000-08-01implement tcp6 pseudo header cksum.itojun
2000-07-26Print a space after printing 802.1Q header information.ad
2000-07-24Dump 802.1Q encapsulated packets. From tcpdump.org.ad
2000-07-23Make this build for sparc64.mycroft
2000-07-16Fix a typo which causes coredump or wrong output when dumping NFS traffic.enami