summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-bgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* Support extended shutdown communications in tcpdump as well.claudio2019-05-111-10/+11
* print well-known SAFI name instead of valuedenis2018-12-281-1/+7
* Remove #ifdef INET6kn2018-10-221-40/+4
* unsigneds cannot be < 0; ok jca@otto2017-08-301-3/+3
* Update reference to BGP Shutdown Communication specificationjob2017-07-261-7/+7
* The capability error codes never made it into a standard and now errorakfaew2017-05-301-6/+6
* Enable more error codes for BGP. These were commited some time ago, butakfaew2017-05-301-3/+15
* Print bgp administrative shutdown messages (draft-ietf-idr-shutdown)benno2017-04-241-3/+43
* Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So,phessler2016-10-271-3/+4
* Teach tcpdump to decode bgp path attribute draft-ietf-idr-large-communityphessler2016-10-131-2/+19
* Add an explicit check for a malformed AS segment with (segment length 0),sthen2015-10-201-5/+8
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
* plen is unsignedderaadt2014-01-121-3/+3
* Fix a classical bug (= vs ==). OK stsp@ miod@claudio2012-02-191-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* Make the BGP OPEN capability parser RFC 5492 compliant. While there addclaudio2009-09-081-49/+87
* Teach the printer about capabilities, new cease codes, end-of-rib marker,sthen2009-09-071-54/+324
* In tcpdump some printf() had an additional \n at the end. Removingbluhm2009-01-291-3/+3
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* Print communities in a nicer format and include a missing well-known one.claudio2007-06-141-2/+6
* Additional truncation checks, mostly from tcpdump.org,canacar2007-05-271-21/+68
* Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discoveryreyk2006-03-281-24/+3
* add missing error check for decode_prefix4. ok deraadt@moritz2005-06-141-2/+8
* Fix a potential infinite loop that could be triggered by an invalid BGPcloder2005-04-271-8/+21
* Sync with tcpdump.orgho2002-09-031-79/+132
* More careful ntohs/ntohl etc. From Gunnar Lindberg <lindberg@cdg.chalmers.se>ho2000-10-031-26/+45
* INET6jakob2000-04-261-3/+3
* BGP support (from KAME/WIDE). INET6 parts not done yet.jakob2000-01-161-0/+720