summaryrefslogtreecommitdiff
path: root/print-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-20/+20
* Merge branch 'master' of git://github.com/mcr/tcpdumpBill Fenner2013-02-221-111/+213
|\
| * No declarations in the middle of a block - not all C compilers support that.Guy Harris2012-06-101-3/+4
| * Fix "no IPv6" code path.Guy Harris2012-06-091-1/+1
| * Add some attribute/TLV length checks.Guy Harris2012-06-081-109/+210
* | Merge remote-tracking branch 'upstream/master'Bill Fenner2012-03-061-85/+104
|\ \ | |/
| * Fix printing of BGP optional headers.Guy Harris2012-03-021-85/+104
* | Separate multiple nexthops.Bill Fenner2012-03-011-0/+4
|/
* from Anton Bernal:Hannes Gredler2010-08-081-52/+86
* from Anantharamu Suryanarayana: add 4-byte AS support to the BGP printerHannes Gredler2009-01-201-32/+96
* from Elmar Kirchner: add support for the MDT SAFI 66 BG printerHannes Gredler2009-01-201-2/+64
* from Ananth Suryanarayana <anantha@juniper.net>:hannes2007-12-071-47/+86
* From Marc Binderberger:guy2007-10-051-5/+57
* print RD type 0 and extd-comm type 0 both in as:number and as:ip-address formathannes2007-07-241-5/+15
* From Francois-Xavier Le Bail: #ifdef INET6-out some code that onlyguy2007-07-221-1/+3
* Fix problem found by the folks at www.digit-labs.org. Process all theguy2007-07-141-9/+40
* backout the cisco prop. mdt group extd comm as it clashes with the IANA assig...hannes2007-06-211-9/+1
* update mvpn related cpodepoints as per IANA #84264 early assignmenthannes2007-06-201-5/+5
* apply bit rather than byte arithmetics for printing mvpn route-typeshannes2007-06-181-13/+13
* suppress printing of source and group addresses for zero-sized address lengthhannes2007-05-241-7/+11
* do not forget to call into the multicast vpn printer inside the MP unreach pr...hannes2007-05-241-2/+13
* correct the codepoint for the PMSI attributehannes2007-05-231-2/+2
* print per route-type information inside the SAFI 139 printerhannes2007-05-211-9/+145
* complete the tunnel-type printer inside the PMSI attribute printerhannes2007-05-161-11/+26
* add support for the source-as and vrf-import extended communities as per draf...hannes2007-05-161-1/+10
* add basic support for next-gen mvpn as per draft-ietf-l3vpn-2547bis-mcast-bgp...hannes2007-05-161-13/+139
* bugfix from Aaron Campbel <aaron@arbor.net>:hannes2006-10-061-2/+2
* from Gino Barille <barille@yahoo.com>:hannes2006-06-131-1/+2
* move AF specific stuff to dedicated fileshannes2006-02-211-49/+8
* add support for BGP signaled VPLShannes2006-02-021-1/+7
* add cisco prop. eigrp related, extd. communitieshannes2005-10-191-1/+15
* Before subtracting a value from a prefix length, make sure the prefixguy2005-10-161-2/+24
* bugfix: we truncate the iso nsap strings by one byte, print next-hop length i...hannes2005-06-031-5/+7
* copy&paste error: decode_labeled_clnp_ was intended to be decode_clnp_hannes2005-05-181-11/+7
* Add bounds checking and other sanity checking.guy2005-05-051-10/+29
* Check for a negative "advance" value, which indicates an error.guy2005-04-201-4/+6
* Get rid of an unused variable (the length from the BGP header is passedguy2005-04-201-7/+1
* Move some statements before the case's "break;" statement, so thatguy2005-04-201-4/+3
* Protect some IPv6 code with #ifdef INET6/#endif.guy2005-03-271-1/+3
* extra printing for IPv6 transcoded CLNP next-hops in the MP-REACH printerhannes2005-03-231-1/+4
* -add support for CLNP and CLNP-VPN NLRIshannes2005-03-221-394/+447
* add support for graceful-restart end-of-rib markerhannes2004-06-221-3/+16
* import latest definition for Pseudowires from draft-ietf-pwe3-iana-allocation-04hannes2004-06-151-20/+3
* expose bgp_l2vpn_encaps_values[] to the outside worldhannes2004-06-121-2/+2
* expose bgp_vpn_rd_print() to the outside worldhannes2004-06-121-2/+3
* From Steiner Haug: handle LDP-over-TCP, and do more complete LDPguy2004-05-271-3/+4
* print the capcode when dissecting capabilitieshannes2004-05-171-2/+3
* use new tok2strbuf() API.mcr2004-04-291-37/+96
* Add bounds checking.guy2004-03-241-57/+267
* add recent IANA SAFI and CAP codepoints - FIXME: add decoderhannes2004-03-181-1/+13