aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* BGP confederations support (RFC1965).Jun-ichiro itojun Hagino2000-04-111-26/+57
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+10
* update RFC1966 (BGP route reflection) support.Jun-ichiro itojun Hagino2000-03-291-114/+178
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-061-2/+2
* parse multiple COMMUNITIES value.Jun-ichiro itojun Hagino2000-01-251-70/+113
* Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris2000-01-151-27/+27
* Some initial changes for win32 support, but not all.Gilbert Ramirez2000-01-101-0/+3
* Fix Gerald's e-mail address.Guy Harris2000-01-071-1/+1
* fix parser for option part in bgp open message.Jun-ichiro itojun Hagino1999-12-131-1/+3
* - don't print RFC1771 NLRI length if == 0Jun-ichiro itojun Hagino1999-12-081-10/+18
* remove infinite loop in UPDATE dissector (happend during merge)Jun-ichiro itojun Hagino1999-11-231-7/+5
* bgp updates from Greg.Jun-ichiro itojun Hagino1999-11-221-103/+298
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-16/+43
* bgp improvements.Jun-ichiro itojun Hagino1999-11-111-127/+187
* more updates to bgp dissector.Jun-ichiro itojun Hagino1999-11-061-22/+56
* little bit more fixes to bgp dissector.Jun-ichiro itojun Hagino1999-11-021-12/+28
* tabify. fix BGP marker offsets.Jun-ichiro itojun Hagino1999-11-011-32/+32
* separate bgp declaration into separate header file.Jun-ichiro itojun Hagino1999-11-011-88/+59
* improve BGP path attribute decoding tree.Jun-ichiro itojun Hagino1999-10-311-18/+101
* upport BGP multiprotocol extension (required for IPv6 BGP exchange).Jun-ichiro itojun Hagino1999-10-161-1/+222
* improve decoding of unknown BGP attributes.Jun-ichiro itojun Hagino1999-10-161-1/+27
* BGP decoding. more attributes and NLRIs needs to be added.Jun-ichiro itojun Hagino1999-10-151-0/+517