summaryrefslogtreecommitdiff
path: root/print-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* add bgp EVPN SAFIckishimo2019-08-191-0/+3
* Remove more old-compiler compensation.Guy Harris2019-08-081-35/+35
* Decode the Multiple Labels capability (RFC8277)Bill Fenner2019-07-071-0/+18
* Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail2019-06-101-6/+6
* Use nd_ipv4 rather than struct in_addrFrancois-Xavier Le Bail2019-06-101-3/+3
* Use a single function to parse NLRI for both MP_REACH and MP_UNREACHBill Fenner2019-05-081-362/+255
* Squelch more narrowing warnings.Guy Harris2019-04-181-4/+4
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-19/+20
* Squelch more warnings.Guy Harris2019-04-171-2/+2
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-2/+3
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-158/+158
* BGP: Fix an error stringFrancois-Xavier Le Bail2018-09-141-2/+2
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Clean up white space.Guy Harris2018-09-051-74/+74
* Fix dissection of RFC 4684 routing information.Guy Harris2018-09-041-101/+115
* Fix spacesFrancois-Xavier Le Bail2018-08-281-5/+5
* BGP: Add two commentsFrancois-Xavier Le Bail2018-08-021-0/+2
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-8/+8
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add some const qualifiersFrancois-Xavier Le Bail2018-03-161-1/+1
* BGP: Fix the uses of the pointer to the end of current packetFrancois-Xavier Le Bail2018-03-011-6/+2
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-7/+7
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-27/+27
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-37/+37
* Make the cases in bgp_capabilities_print() more similar to each other.Guy Harris2018-01-251-6/+6
* Add length checks.Guy Harris2018-01-251-13/+59