aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.h
Commit message (Collapse)AuthorAgeFilesLines
* BGP confederations support (RFC1965).Jun-ichiro itojun Hagino2000-04-111-3/+5
| | | | | | From: Greg Hankins <gregh@twoguys.org> svn path=/trunk/; revision=1828
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-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
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-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
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
| | | | svn path=/trunk/; revision=1437
* bgp updates from Greg.Jun-ichiro itojun Hagino1999-11-221-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
* bgp improvements.Jun-ichiro itojun Hagino1999-11-111-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
* more updates to bgp dissector.Jun-ichiro itojun Hagino1999-11-061-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
* little bit more fixes to bgp dissector.Jun-ichiro itojun Hagino1999-11-021-8/+12
| | | | | | From: Greg Hankins <gregh@cc.gatech.edu> svn path=/trunk/; revision=961
* forgot to add this file... (separated from packet-bgp.c)Jun-ichiro itojun Hagino1999-11-011-0/+111
svn path=/trunk/; revision=960