summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/mrtparser.c
AgeCommit message (Expand)Author
2022-08-17Use memset() instead of bzero().Claudio Jeker
2022-02-06Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd.Claudio Jeker
2021-09-22Adjust handling of RIB_GENERIC_ADDPATH MRT messages. Parse it the wayClaudio Jeker
2021-07-27Implemnt the RFC8050 in the MRT parser. With this MRT dumps containingClaudio Jeker
2021-01-18Adjust code to the change of struct bgpd_addr in bgpd.Claudio Jeker
2019-07-03Add a default case to subtype switch in the table v2 parser.Claudio Jeker
2019-06-28Implement the bits and pieces that are needed to dump MRT_DUMP_V2_RIB_GENERICClaudio Jeker
2019-06-17Cleanup some spaces here as well. Again no binary change.Claudio Jeker
2019-02-25Use struct bgpd_addr instead of a union of sockaddrs to store addressesClaudio Jeker
2018-07-20Print the timestamp embedded in mrt files for update and status messages.Claudio Jeker
2015-12-23Remove NULL-checks before free(). I think I've almost scrubbed themmcc
2015-10-24Implement the missing bits to parse the other MRT message types.Claudio Jeker
2015-01-09move the ignore-microsec-timestamp bit from mrt_parse to mrt_parse_dump_mpHenning Brauer
2014-10-08Use reallocarray() throughout to spot multiplicative int overflow.Theo de Raadt
2013-05-07fix some leaks in error pathsJonathan Gray
2012-03-26Add a function to extract an address instead of copying the same code overClaudio Jeker
2012-03-06Implement a better way to detect the encoding of the MP_REACH_NLRI attr.Claudio Jeker
2011-09-21Make it possible to parse MRT table dumps (all 3 formats) and displayClaudio Jeker