aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-03Cooperative Route Filtering Capability support, and Route Refreshguy1-4/+76
2001-09-13Support for dissecting multiple capabilities, from Endoh Akira.guy1-116/+115
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorguy1-26/+6
2001-07-09Get rid of the unused zero-length "bgpext_osptf_rtype_metric" array -guy1-3/+1
2001-07-08Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGPguy1-22/+60
2001-07-03And explain why the fact that RFC 2858 says you can't do what RFC 2545guy1-2/+8
2001-07-03Explain why we dissect more than one address in the MP_REACH_NLRIguy1-1/+7
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-2/+2
2001-06-15There can be more than one next hop network address in theguy1-9/+19
2001-06-15If "buf" is a "char *", "sizeof(buf)" evaluates to the size of aguy1-2/+2
2001-06-10MP-BGP message support, from Thierry Stagiaire.guy1-241/+460
2001-05-30Get rid of some unnecessary settings of "pinfo->current_proto" - if theguy1-2/+1
2001-05-16Support for Cisco-proprietary capabilities in BGP, fromguy1-1/+5
2001-04-23Get rid of some unnecessary includes.guy1-2/+2
2001-04-17Tvbuffified by Heikki Vatiainen.guy1-327/+315
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-3/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-28>This patch adds a missing capabilities NOTIFICATION message, and support foritojun1-3/+4
2000-12-25bgp route refresh/MP capability option.itojun1-17/+219
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-20- proto_bgp was not added in protocol tree, so "bgp" was notdeniel1-6/+17
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-12/+8
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-05-11Add tvbuff class.gram1-87/+87
2000-04-11BGP confederations support (RFC1965).itojun1-26/+57
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-2/+10
2000-03-29update RFC1966 (BGP route reflection) support.itojun1-114/+178
2000-03-06Fix some "proto_tree_add_text()" calls.guy1-2/+2
2000-01-25parse multiple COMMUNITIES value.itojun1-70/+113
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castguy1-27/+27
2000-01-10Some initial changes for win32 support, but not all.gram1-0/+3
2000-01-07Fix Gerald's e-mail address.guy1-1/+1
1999-12-13fix parser for option part in bgp open message.itojun1-1/+3
1999-12-08- don't print RFC1771 NLRI length if == 0itojun1-10/+18
1999-11-23remove infinite loop in UPDATE dissector (happend during merge)itojun1-7/+5
1999-11-22bgp updates from Greg.itojun1-103/+298
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-16/+43
1999-11-11bgp improvements.itojun1-127/+187
1999-11-06more updates to bgp dissector.itojun1-22/+56
1999-11-02little bit more fixes to bgp dissector.itojun1-12/+28
1999-11-01tabify. fix BGP marker offsets.itojun1-32/+32
1999-11-01separate bgp declaration into separate header file.itojun1-88/+59
1999-10-31improve BGP path attribute decoding tree.itojun1-18/+101
1999-10-16upport BGP multiprotocol extension (required for IPv6 BGP exchange).itojun1-1/+222
1999-10-16improve decoding of unknown BGP attributes.itojun1-1/+27
1999-10-15BGP decoding. more attributes and NLRIs needs to be added.itojun1-0/+517