aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* From Hannes Gredler:Guy Harris2002-11-041-9/+103
* From Hannes Gredler: dissect the graceful restart capability in BGP OPENGuy Harris2002-10-151-3/+59
* Fix more typing issues. Pull the marker, length, and type individuallyGerald Combs2002-10-151-33/+37
* Fix signed/unsigned type mismatches, as pointed out by Silvio.Gerald Combs2002-10-151-22/+20
* Properly check the return value of decode_prefix4(). This prevents anGerald Combs2002-10-101-1/+15
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-34/+34
* From Hannes Gredler:Guy Harris2002-08-271-26/+43
* From Hannes Gredler:Guy Harris2002-08-271-47/+129
* Properly check for an address family that's neither AFNUM_INET norGuy Harris2002-08-241-3/+13
* From Hannes Gredler:Guy Harris2002-08-241-168/+207
* From Jian Yu:Guy Harris2002-08-151-11/+128
* We don't use anything from <arpa/inet.h>, so we don't need to includeGuy Harris2002-08-031-5/+1
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-17/+9
* Fixes to BGP problems, from Dirk Steinberg.Guy Harris2002-05-211-3/+15
* From Hannes Gredler: fix misuse of "&&" when "&" was intended.Guy Harris2002-05-211-3/+3
* From Hannes Gredler: fix to label stack handling for withdrawn routes.Guy Harris2002-05-201-1/+9
* From Hannes Gredler: labeled unicast support for BGP.Guy Harris2002-05-151-1/+26
* From Laurent Rabret: print the correct length in the ExtendedGuy Harris2002-02-141-5/+4
* Just use "val_to_str()" to generate names for communities whose valuesGuy Harris2002-01-301-21/+16
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Do desegmentation.Guy Harris2002-01-171-33/+41
* Correctly handle BGP attributes with lists of entries when the attributeGuy Harris2002-01-151-36/+39
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Cooperative Route Filtering Capability support, and Route RefreshGuy Harris2001-11-031-4/+76
* Support for dissecting multiple capabilities, from Endoh Akira.Guy Harris2001-09-131-116/+115
* There is really no need to have the BGP dissector and the LDP dissectorGuy Harris2001-07-211-26/+6
* Get rid of the unused zero-length "bgpext_osptf_rtype_metric" array -Guy Harris2001-07-091-3/+1
* Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGPGuy Harris2001-07-081-22/+60
* And explain why the fact that RFC 2858 says you can't do what RFC 2545Guy Harris2001-07-031-2/+8
* Explain why we dissect more than one address in the MP_REACH_NLRIGuy Harris2001-07-031-1/+7
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+2
* There can be more than one next hop network address in theGuy Harris2001-06-151-9/+19
* If "buf" is a "char *", "sizeof(buf)" evaluates to the size of aGuy Harris2001-06-151-2/+2
* MP-BGP message support, from Thierry Stagiaire.Guy Harris2001-06-101-241/+460
* Get rid of some unnecessary settings of "pinfo->current_proto" - if theGuy Harris2001-05-301-2/+1
* Support for Cisco-proprietary capabilities in BGP, fromGuy Harris2001-05-161-1/+5
* Get rid of some unnecessary includes.Guy Harris2001-04-231-2/+2
* Tvbuffified by Heikki Vatiainen.Guy Harris2001-04-171-327/+315
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-3/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* >This patch adds a missing capabilities NOTIFICATION message, and support forJun-ichiro itojun Hagino2000-12-281-3/+4
* bgp route refresh/MP capability option.Jun-ichiro itojun Hagino2000-12-251-17/+219
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* - proto_bgp was not added in protocol tree, so "bgp" was notLaurent Deniel2000-08-201-6/+17
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-12/+8
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-87/+87