summaryrefslogtreecommitdiff
path: root/print-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more consistent use of the length: output;hannes2002-08-201-3/+3
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-3/+1
* "bgp_vpn_rd_print()" returns a pointer into a buffer of "char"s, so itguy2002-08-021-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* checkpoint; support for draft-kompella-ppvpn-l2vpn, AFI 196hannes2002-07-241-29/+161
* support for BGP route-refresh messages (BGP message code 5)hannes2002-07-241-1/+35
* better print the IP addresses native than using getname();hannes2002-07-221-5/+11
* support for draft-rosen-rfc2547bis-03.txt style VPNshannes2002-07-221-18/+111
* cleaned up bgp_attr_print{}hannes2002-07-221-79/+94
* basic support for extended communtitieshannes2002-07-221-5/+68
* better support for unknown BGP attributes, messages, AFIs & SAFIs;hannes2002-07-181-16/+46
* split BGP output to multiple lines;hannes2002-07-141-102/+166
* fix the MP_REACH_NLRI and MP_UNREACH_NLRI to bail out if a SAFI is unknownhannes2002-07-141-34/+72
* Get rid of no-longer-used "num_or_str()" function.guy2002-07-071-12/+1
* finally get rid of all the macros for codepoint tohannes2002-07-041-116/+128
* replace some macros for printing AFI and SAFI information with tok2str()hannes2002-07-031-32/+52
* some SAFIs for labeled BGP (code still missing)hannes2002-07-021-2/+12
* whitespace cleanupitojun2002-06-111-9/+9
* from Dirk Steinberg: check if the bottom of stack bit is set correct inhannes2002-05-241-8/+11
* From Hannes Gredler: support BGP labeled unicast.guy2002-05-161-16/+71
* add new bgp option type, "capabilities advertisement".itojun2001-10-181-2/+2
* correct bgp option parsing.itojun2001-10-181-2/+3
* Change suggested by Kaarthik Sivakumar <kaarthik@torrentnet.com> -guy2001-10-161-13/+17
* Fix AS-Path printing; the path segment length is the number of ASsfenner2001-10-151-2/+2
* Eliminate some unused parameters.fenner2001-09-171-13/+13
* styleitojun2001-01-281-5/+6
* Fix a "printf".guy2000-12-051-2/+2
* Updated patch from Jim Vaughan (especially fixing my stupid TCHECK() bugs)fenner2000-12-041-14/+12
* Add some truncation checks.fenner2000-12-041-5/+49
* Resize 2 statically allocated hostname buffers.fenner2000-11-101-3/+3
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* "getname()" takes a "u_char *" as an argument; cast arguments to it toguy2000-09-241-3/+3
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-3/+1
* -Wall -Werror clean. fix uninitialized variables.itojun2000-04-281-17/+41
* fix bgp COMMUNITIES attribute dump.itojun2000-01-251-3/+3
* s/sprintf/snprintf/.itojun2000-01-171-5/+5
* Unify rcsid[]'s.fenner2000-01-091-0/+5
* * print-rt6.c: make IPv6 routing header printing work with new 2292bisitojun1999-12-221-12/+102
* Include string.hfenner1999-12-151-3/+3
* remove extra "if" which prevents bgp packet decode (leftover from old code)itojun1999-12-131-1/+0