aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-20- proto_bgp was not added in protocol tree, so "bgp" was notLaurent Deniel1-6/+17
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-12/+8
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-87/+87
2000-04-11BGP confederations support (RFC1965).Jun-ichiro itojun Hagino1-26/+57
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+10
2000-03-29update RFC1966 (BGP route reflection) support.Jun-ichiro itojun Hagino1-114/+178
2000-03-06Fix some "proto_tree_add_text()" calls.Guy Harris1-2/+2
2000-01-25parse multiple COMMUNITIES value.Jun-ichiro itojun Hagino1-70/+113
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris1-27/+27
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-0/+3
2000-01-07Fix Gerald's e-mail address.Guy Harris1-1/+1
1999-12-13fix parser for option part in bgp open message.Jun-ichiro itojun Hagino1-1/+3
1999-12-08- don't print RFC1771 NLRI length if == 0Jun-ichiro itojun Hagino1-10/+18
1999-11-23remove infinite loop in UPDATE dissector (happend during merge)Jun-ichiro itojun Hagino1-7/+5
1999-11-22bgp updates from Greg.Jun-ichiro itojun Hagino1-103/+298
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-16/+43
1999-11-11bgp improvements.Jun-ichiro itojun Hagino1-127/+187
1999-11-06more updates to bgp dissector.Jun-ichiro itojun Hagino1-22/+56
1999-11-02little bit more fixes to bgp dissector.Jun-ichiro itojun Hagino1-12/+28
1999-11-01tabify. fix BGP marker offsets.Jun-ichiro itojun Hagino1-32/+32
1999-11-01separate bgp declaration into separate header file.Jun-ichiro itojun Hagino1-88/+59
1999-10-31improve BGP path attribute decoding tree.Jun-ichiro itojun Hagino1-18/+101
1999-10-16upport BGP multiprotocol extension (required for IPv6 BGP exchange).Jun-ichiro itojun Hagino1-1/+222
1999-10-16improve decoding of unknown BGP attributes.Jun-ichiro itojun Hagino1-1/+27
1999-10-15BGP decoding. more attributes and NLRIs needs to be added.Jun-ichiro itojun Hagino1-0/+517