aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.h
AgeCommit message (Collapse)AuthorFilesLines
2000-12-25bgp route refresh/MP capability option.Jun-ichiro itojun Hagino1-9/+28
Greg Hankins <gregh@twoguys.org> svn path=/trunk/; revision=2780
2000-04-11BGP confederations support (RFC1965).Jun-ichiro itojun Hagino1-3/+5
From: Greg Hankins <gregh@twoguys.org> svn path=/trunk/; revision=1828
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-3/+1
UDP and into the handoff registration routines for the protocols in question. Make the dissectors for those protocols static if they're not called outside the dissector's source file. Get rid of header files if all they did was declare dissectors that are now static; remove declarations of now-static dissectors from header files that do more than just declare the dissector. svn path=/trunk/; revision=1823
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
This change allows you to add a new packet-*.c file and not cause a recompilation of everything that #include's packet.h Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list. Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol is not defined, squelching a compiler complaint when compiling the generated C file. svn path=/trunk/; revision=1637
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=1437
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