summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add printing of ipcomp, and while in the neighborhood, make ah/esp actuallyjason2003-02-201-2/+3
| | | | check the length of the data
* pfsync support; deraadt@ okmickey2002-11-301-2/+4
|
* stop breaking the damn tree mickeyderaadt2002-11-301-4/+2
|
* tcpdump support for pfsync; henning@ okmickey2002-11-291-2/+4
|
* In TTEST2(), check to make sure the "l" argument isn't so large thatpvalchev2002-07-121-4/+12
| | | | | | "snapend - l" underflows; this fixes a buffer overflow with malformed NFS packets, and may fix other buffer overflows with malformed packets. From tcpdump CVS via fenner@FreeBSD
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-8/+2
|
* proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out and tested by Alexander Yurchenko <grange@rt.mipt.ru>mickey2002-01-231-2/+3
|
* HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.orgmickey2002-01-221-2/+3
|
* change timeval to bpf_timeval; 32 bit in size, permitting much greater portabilityderaadt2001-10-021-3/+4
|
* interpret DLT_PFLOGprovos2001-06-251-2/+4
|
* Extend IKE knowledge so we can parse the rest (normally encrypted parts)ho2001-04-091-3/+3
| | | | | of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok)
* add support for printing cdp (Cisco Discovery Protocol), from tcpdump.orgjakob2001-04-081-2/+4
|
* add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@jakob2001-03-061-2/+3
|
* add relts_print, safeputs and safeputcharjakob2001-03-051-2/+5
|
* etherip printing code... handles draft (v2) and current (v3)jason2001-02-051-2/+4
|
* timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.orgmickey2000-12-071-2/+3
|
* smb printing; from Andrew Tridgell; via tcpdump.orgmickey2000-12-071-2/+9
|
* add vrrp printing; from tcpdump.orgmickey2000-12-071-2/+5
|
* code for printing bridge spanning tree packetsjason2000-10-191-2/+3
| | | | also fix a bug where llc encoded frames are hex dumped twice when -x is used
* Compile with -Wall. Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+7
|
* INET6jakob2000-04-261-1/+18
| | | | | | DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
* BGP support (from KAME/WIDE). INET6 parts not done yet.jakob2000-01-161-1/+2
|
* Mobile IP support (from KAME/NetBSD)jakob2000-01-161-1/+2
|
* L2TP support (from KAME)jakob2000-01-161-1/+2
|
* delcare esp_print and radius_printbrad1999-09-161-3/+9
|
* - Merge some changes from tcpdump 3.4jakob1999-07-281-4/+4
| | | | | | | | | | | | | | | -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@
* make tcpdump aware of SACK (RFC 2018), loosely based on a patch fromprovos1998-09-221-1/+2
| | | | hari@cs.berkeley.edu.
* add cisco netflow proto printing; not tested w/ version 5, but should work anywaysmickey1998-06-251-1/+2
|
* handle IPSec processed packets (DLT_ENC) in libpcap, display them withprovos1998-06-111-1/+2
| | | | tcpdump + additional info (SPI + which type of transforms where passed).
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* Better handling for AppleTalk, and netatalk in particular.denny1997-07-231-1/+2
| | | | Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled.
* *** empty log message ***bitblt1996-12-121-96/+99
|
* it is 3.2 now.mickey1996-07-131-30/+77
|
* sync to latestderaadt1996-06-101-6/+1
|
* Updating to the latest LBL release.mickey1996-03-041-0/+6
| | | | Sun's SKIP support added.
* initial import of NetBSD treederaadt1995-10-181-0/+152