index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpctl
/
mrtparser.c
Age
Commit message (
Expand
)
Author
2022-08-17
Use memset() instead of bzero().
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd.
Claudio Jeker
2021-09-22
Adjust handling of RIB_GENERIC_ADDPATH MRT messages. Parse it the way
Claudio Jeker
2021-07-27
Implemnt the RFC8050 in the MRT parser. With this MRT dumps containing
Claudio Jeker
2021-01-18
Adjust code to the change of struct bgpd_addr in bgpd.
Claudio Jeker
2019-07-03
Add a default case to subtype switch in the table v2 parser.
Claudio Jeker
2019-06-28
Implement the bits and pieces that are needed to dump MRT_DUMP_V2_RIB_GENERIC
Claudio Jeker
2019-06-17
Cleanup some spaces here as well. Again no binary change.
Claudio Jeker
2019-02-25
Use struct bgpd_addr instead of a union of sockaddrs to store addresses
Claudio Jeker
2018-07-20
Print the timestamp embedded in mrt files for update and status messages.
Claudio Jeker
2015-12-23
Remove NULL-checks before free(). I think I've almost scrubbed the
mmcc
2015-10-24
Implement the missing bits to parse the other MRT message types.
Claudio Jeker
2015-01-09
move the ignore-microsec-timestamp bit from mrt_parse to mrt_parse_dump_mp
Henning Brauer
2014-10-08
Use reallocarray() throughout to spot multiplicative int overflow.
Theo de Raadt
2013-05-07
fix some leaks in error paths
Jonathan Gray
2012-03-26
Add a function to extract an address instead of copying the same code over
Claudio Jeker
2012-03-06
Implement a better way to detect the encoding of the MP_REACH_NLRI attr.
Claudio Jeker
2011-09-21
Make it possible to parse MRT table dumps (all 3 formats) and display
Claudio Jeker