summaryrefslogtreecommitdiff
path: root/print-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Rename AF_INET{6} to AF_IP{6}.Guy Harris2023-02-201-52/+52
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-2/+2
* bgp: Add support for BGP Role capabilty and OTC attributeDonatas Abraitis2022-12-081-0/+37
* bgp: Add Origin Validation State extended communityDonatas Abraitis2022-10-071-0/+27
* BGP: Update an error messageFrancois-Xavier Le Bail2022-10-061-2/+2
* BGP: add dissector for BGPsec capability and pathColin Sames2022-10-031-0/+105
* bgp: Handle ORF in Route-Refresh messagesDonatas Abraitis2022-09-071-2/+35
* BGP: Use a 'struct tok' for the flagsFrancois-Xavier Le Bail2022-09-021-10/+12
* BGP: Remove a useless variableFrancois-Xavier Le Bail2022-08-271-12/+8
* Add support for Hard Reset notification and GR N flagBill Fenner2022-08-271-21/+56
* Add support for BFD cease subcodeBill Fenner2022-08-221-0/+1
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* BGP: Refine the previous commit.Denis Ovsienko2022-02-121-9/+5
* bgp: Shutdown message can be up to 255 bytes length according to rfc9003Donatas Abraitis2022-02-121-3/+1
* BGP: Fix parsing the AIGP attributeFrancois-Xavier Le Bail2022-02-091-1/+0
* bgp: Parse rfc9072 (Extended Optional Parameters Length for BGP OPEN Message)Donatas Abraitis2022-02-021-12/+31
* bgp: Print enhanced route refresh message subtypeDonatas Abraitis2022-01-231-8/+23
* bgp: Print Enhanced route refresh capabilityDonatas Abraitis2022-01-231-1/+2
* bgp: Deprecate DPA, ADVERTISER and RCID_PATH path attributesDonatas Abraitis2022-01-101-6/+0
* bgp: Parse BGP extended message support capabilityDonatas Abraitis2021-12-161-0/+3
* Use a sizeof() in bgp_rt_prefix_print(). [skip ci]Denis Ovsienko2021-11-241-1/+1
* BGP: make sure the path attributes don't go past the end of the packet.Guy Harris2021-11-151-0/+3
* bgp: Decode BGP link-bandwidth extended community properlyDonatas Abraitis2021-10-091-1/+1
* BGP: Use a macro for repeated identical sizeof()Francois-Xavier Le Bail2021-05-261-8/+10
* BGP: Fix overwrites of global 'astostr' temporary bufferFrancois-Xavier Le Bail2021-05-251-6/+18
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES().Guy Harris2021-01-051-58/+11
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* Revert partially the commit 21b1273Francois-Xavier Le Bail2020-09-111-0/+1
* Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-101-1/+0
* Remove 7 more ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove a now redundant ND_TCHECK_LEN() callFrancois-Xavier Le Bail2020-09-081-2/+0
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv4)) callsFrancois-Xavier Le Bail2020-09-081-7/+0
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-4/+0
* Remove a now redundant ND_TCHECK_LEN() callFrancois-Xavier Le Bail2020-09-081-2/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-14/+0
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) callsFrancois-Xavier Le Bail2020-09-071-2/+0
* BGP: Add two commentsFrancois-Xavier Le Bail2020-09-071-0/+2
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-23/+0
* BGP: Address a -Wformat-truncation= compiler warningFrancois-Xavier Le Bail2020-08-141-2/+3
* BGP: Fix a ND_TCHECK_LEN() useFrancois-Xavier Le Bail2020-06-141-2/+2
* BGP: Address a -Wformat-truncation= compiler warningFrancois-Xavier Le Bail2020-05-271-1/+1
* bgp: fix some length checks.Guy Harris2020-05-261-3/+3
* Fix BGP Route Target Membership NLRI prefix decodingEamon Doyle2020-05-221-9/+107
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-31/+31
* Don't run past the end of an MP_REACH_NLRI attribute.Guy Harris2019-11-101-34/+70
* BGP: prevent stack exhaustionDenis Ovsienko2019-10-281-4/+15
* add BGP encap ext communityckishimo2019-09-031-0/+48
* add bgp LLGR capabilityckishimo2019-08-201-0/+3