aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-06"decode_MPLS_stack()" always returns a nonnegative value; make it returnGuy Harris1-5/+5
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-06-03Fix a comment.Guy Harris1-2/+1
2003-05-28From Hannes Gredler:Guy Harris1-3/+22
2003-05-20Timo Sirainen pointed out a few problems with string handling in theGerald Combs1-127/+108
2003-05-19From Motonori Shindo: update to supportGuy Harris1-7/+6
2003-05-15Fix the call that adds the local preference to the tree.Guy Harris1-2/+2
2003-04-25Initialize hf_bgp_cluster_list.Gerald Combs1-1/+4
2003-04-24Support for filterable fields in UPDATE messages, based on changes fromGuy Harris1-345/+544
2003-04-05Separate the scan for the BGP header from the scan through the BGPGuy Harris1-140/+279
2003-01-31Fix up the construct of AS strings (the opening curly bracket wasn'tGuy Harris1-10/+7
2003-01-28From Akira Endoh: BGP support for draft-ietf-idr-as4bytes-06.txt andGuy Harris1-256/+418
2002-11-04From Hannes Gredler:Guy Harris1-9/+103
2002-10-15From Hannes Gredler: dissect the graceful restart capability in BGP OPENGuy Harris1-3/+59
2002-10-15Fix more typing issues. Pull the marker, length, and type individuallyGerald Combs1-33/+37
2002-10-15Fix signed/unsigned type mismatches, as pointed out by Silvio.Gerald Combs1-22/+20
2002-10-10Properly check the return value of decode_prefix4(). This prevents anGerald Combs1-1/+15
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-34/+34
2002-08-27From Hannes Gredler:Guy Harris1-26/+43
2002-08-27From Hannes Gredler:Guy Harris1-47/+129
2002-08-24Properly check for an address family that's neither AFNUM_INET norGuy Harris1-3/+13
2002-08-24From Hannes Gredler:Guy Harris1-168/+207
2002-08-15From Jian Yu:Guy Harris1-11/+128
2002-08-03We don't use anything from <arpa/inet.h>, so we don't need to includeGuy Harris1-5/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-17/+9
2002-05-21Fixes to BGP problems, from Dirk Steinberg.Guy Harris1-3/+15
2002-05-21From Hannes Gredler: fix misuse of "&&" when "&" was intended.Guy Harris1-3/+3
2002-05-20From Hannes Gredler: fix to label stack handling for withdrawn routes.Guy Harris1-1/+9
2002-05-15From Hannes Gredler: labeled unicast support for BGP.Guy Harris1-1/+26
2002-02-14From Laurent Rabret: print the correct length in the ExtendedGuy Harris1-5/+4
2002-01-30Just use "val_to_str()" to generate names for communities whose valuesGuy Harris1-21/+16
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-17Do desegmentation.Guy Harris1-33/+41
2002-01-15Correctly handle BGP attributes with lists of entries when the attributeGuy Harris1-36/+39
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-8/+8
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-03Cooperative Route Filtering Capability support, and Route RefreshGuy Harris1-4/+76
2001-09-13Support for dissecting multiple capabilities, from Endoh Akira.Guy Harris1-116/+115
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorGuy Harris1-26/+6
2001-07-09Get rid of the unused zero-length "bgpext_osptf_rtype_metric" array -Guy Harris1-3/+1
2001-07-08Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGPGuy Harris1-22/+60
2001-07-03And explain why the fact that RFC 2858 says you can't do what RFC 2545Guy Harris1-2/+8
2001-07-03Explain why we dissect more than one address in the MP_REACH_NLRIGuy Harris1-1/+7
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
2001-06-15There can be more than one next hop network address in theGuy Harris1-9/+19
2001-06-15If "buf" is a "char *", "sizeof(buf)" evaluates to the size of aGuy Harris1-2/+2
2001-06-10MP-BGP message support, from Thierry Stagiaire.Guy Harris1-241/+460
2001-05-30Get rid of some unnecessary settings of "pinfo->current_proto" - if theGuy Harris1-2/+1
2001-05-16Support for Cisco-proprietary capabilities in BGP, fromGuy Harris1-1/+5
2001-04-23Get rid of some unnecessary includes.Guy Harris1-2/+2