aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.h
AgeCommit message (Collapse)AuthorFilesLines
1999-11-22bgp updates from Greg.Jun-ichiro itojun Hagino1-14/+23
- now prints RFC1771 withdrawn prefixes - COMMUNITIES are now fully supported - AS_PATH fixes (output formatting, used snprintf and not sprintf, AS_PATH broken into separate subtree, and for now will ignore confederation types until we support them) - AGGREGATOR fixes, now prints again in tree header - made capitalization consistent (first words capitalized, rest lower case) - lots more commenting - other minor corrections - started work on route reflector attributes From: Greg Hankins <gregh@arthur.twoguys.org> svn path=/trunk/; revision=1090
1999-11-11bgp improvements.Jun-ichiro itojun Hagino1-4/+16
- a few more tree types - RFC1771 NLRI printed on advertisements - AS_PATH parsing - lots of small cleanup on printing "byte" vs "bytes" From: Greg Hankins <gregh@cc.gatech.edu> svn path=/trunk/; revision=1015
1999-11-06more updates to bgp dissector.Jun-ichiro itojun Hagino1-10/+16
- separate tree for each message - added some comments - merged my code for OPEN message, mainly just terminology updates - searched all RFCs and defined known attributes from: Greg Hankins <gregh@cc.gatech.edu> svn path=/trunk/; revision=979
1999-11-02little bit more fixes to bgp dissector.Jun-ichiro itojun Hagino1-8/+12
From: Greg Hankins <gregh@cc.gatech.edu> svn path=/trunk/; revision=961
1999-11-01forgot to add this file... (separated from packet-bgp.c)Jun-ichiro itojun Hagino1-0/+111
svn path=/trunk/; revision=960