summaryrefslogtreecommitdiff
path: root/print-bgp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-0/+4
* print "[|BGP]" for unaligned bgp data. make it look better on -v (newlines).itojun1999-11-111-4/+14
* make bgp dump a bit more readable (when with -v).itojun1999-10-311-5/+8
* HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13>itojun1999-10-301-4/+4
* fix complation on IPv4 host (tested with plain FreeBSD228).itojun1999-10-301-1/+2
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-0/+615