summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2008-10-22fix format of AS number outputJoerg Goltermann
2008-10-16Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad.Marco Pfatschbacher
2008-10-10Fix -X output of ppp packets. Inspired by PR4624 and especially the patchClaudio Jeker
2008-09-19Merge printb() fix from ifconfig.c -r 1.157:Marco Pfatschbacher
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-16use correct struct when checking DF or INET6, ok frantzen@ months agoDavid Krause
2008-05-29Second half of PF state table rearrangement.Ryan Thomas McBride
2008-05-09Don't just ntohl() the hours, but everything of the stateMarco Pfatschbacher
2008-04-21add a short section on checksum offloading, based on a diffJason McIntyre
2008-04-18add filtering on direction; ok mpf@ deraadt@ feedback jmc@Damien Miller
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-01-17add basic snmpv2 support (snmpv2, trapv2, getbulk)Reyk Floeter
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-30fix printing of enterprise-specific SNMP traps.Reyk Floeter
2007-10-26Fix alignment issues on sparc64. Fixes pr 5608.Moritz Jodeit
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2007-10-04Handle CARP for IPv6. Reported and tested by todd@Can Erkin Acar
2007-09-21typo: print hexdump of packet, instead of pcap header; ok canacar, henningMarkus Friedl
2007-08-28add -I option for printing the interfaces;Markus Friedl
2007-08-14Fix Segmentation fault for tcpdump when used in combination withMarcus Glocker
2007-08-13No need to #include <netinet/in.h> twice. Noticed by Diego Casati.Kenneth R Westerback
2007-07-21s/ETHERTYPE_EAPOL/ETHERTYPE_PAE/ to be in line with src/sys/net/ethertypes.hDamien Bergamini
2007-07-09Handle IPv6 on PPP printer, from Stuart HendersonCan Erkin Acar
2007-07-02Display payload for DS to DS and NO DS traffic.Can Erkin Acar
2007-06-29make it easy to spot wich nfs version the traffic is.Thordur I. Bjornsson
2007-06-27When aligning buffers correctly handle the case where theCan Erkin Acar
2007-06-21Print leading zeros in MAC addresses. Initial diff from StanislavRay Lai
2007-06-14Print communities in a nicer format and include a missing well-known one.Claudio Jeker
2007-06-14The External Route Tag for AS-External-LSAs can be an arbitrary 32bitReyk Floeter
2007-06-04do not inlcude ipx headersHenning Brauer
2007-06-03unbreak 802.11 element parsing by using the TCHECK2 macro correctlyReyk Floeter
2007-06-01Move a useless warning to the only case that uses it (-f) from canacar@Todd T. Fries
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31pf_state is no longer the same; modify pf_print_state.c to acceptRyan Thomas McBride
2007-05-29Do not change snaplen when parsing a netflow packetCan Erkin Acar
2007-05-27Additional truncation checks, mostly from tcpdump.org,Can Erkin Acar
2007-05-06Don't fail hard on non RH0 routing headers. The calculation of the lengthClaudio Jeker
2007-05-06Fix the out of bounds check when parsing IPv6 headers. Fixes a SIGSEGVClaudio Jeker
2007-03-27Fix aligenment issues by using bcopy() and a local variable instead of theClaudio Jeker
2007-03-26Print the reason code of deauth and disassociation packets if in verbose mode.Claudio Jeker
2007-03-16Recognise more vendor payloads (taken from IKE Scan)Tom Cosgrove
2007-02-23register is so 1980, plus knfTheo de Raadt
2007-01-08c should be u_char for printing option numbers. fix parameter requestKevin Steves
2007-01-02define bpf filters to match address and header fields in IEEE 802.11Reyk Floeter
2006-12-26Fix truncation check by directly comparing both values and don'tMoritz Jodeit
2006-12-26print icmpv6 inside security header (ah/esp).Jun-ichiro itojun Hagino
2006-12-13IPv6 passive OS fingerprinting.Jun-ichiro itojun Hagino