summaryrefslogtreecommitdiff
path: root/print-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* print type 2 route distinguishers in IP adress formathannes2004-03-161-7/+6
* add support for the cisco proprietary MDT Group Extended Communityhannes2004-03-141-1/+8
* - bugfix: rework the AS_PATH decoder per draft-ietf-idr-rfc3065bis:hannes2004-01-151-15/+29
* forgot to breakhannes2003-12-231-2/+2
* add support for the ATTR SET attribute per draft-marques-ppvpn-ibgphannes2003-12-231-2/+40
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* fix for last commit: pass the correct pointer for the route target bufferhannes2003-10-271-2/+2
* - support for the route target information SAFI #132 defined in draft-marques...hannes2003-10-271-1/+51
* use snprintfitojun2003-08-131-15/+7
* Get rid of a bogus printf argument.guy2003-07-011-2/+1
* - update the extd community decoder as per draft-ietf-idr-bgp-ext-communities-05hannes2003-06-171-57/+45
* Based on a patch from Michele "mydecay" Marchetto <smarchetto1@tin.it>:guy2003-06-031-12/+6
* Get rid of the zero-length array in "struct bgp_notification" - not allguy2003-06-031-8/+11
* misc. display corrections, spit out the notification numberhannes2003-05-301-6/+8
* support for capability notification messageshannes2003-05-271-1/+15
* add support for optional AFI, SAFI and MAXPREFL values thathannes2003-05-271-7/+27
* support BGP cease subcodes as per draft-ietf-idr-cease-subcode-02hannes2003-05-271-1/+16
* Fix up a format string to match what's supplied to it.guy2003-02-111-2/+2
* - added backwards compatible extd community IDshannes2003-02-101-24/+48
* From Peter Fales: don't assume "sprintf()" returns the number ofguy2003-01-251-4/+5
* newline the truncated indicator - its's a little friendlier to scriptshannes2003-01-171-2/+2
* patch from George Bakos gbakos[AT]ists.dartmouth.edu:hannes2002-12-151-8/+24
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-8/+8
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-7/+7
* labeled(rfc3107) and VPN(draft2547bis) BGP support for v6hannes2002-10-191-3/+80
* correct masking of flags in BGP_CAPCODE_RESTARThannes2002-10-111-2/+2
* support for BGP graceful restart draft-ietf-idr-restart-05hannes2002-10-111-2/+26
* squelch compiler warnings and hide multi-line output behind v optionshannes2002-10-051-17/+28
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-4/+4
* support for the link bandwidth extd community;hannes2002-08-251-1/+12
* ported large parts of ethereal extended community decoder to tcpdump;hannes2002-08-241-63/+110