summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/mrtparser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use struct bgpd_addr instead of a union of sockaddrs to store addressesclaudio2019-02-251-83/+90
* Print the timestamp embedded in mrt files for update and status messages.claudio2018-07-201-3/+30
* Remove NULL-checks before free(). I think I've almost scrubbed themmcc2015-12-231-3/+2
* Implement the missing bits to parse the other MRT message types.claudio2015-10-241-12/+232
* move the ignore-microsec-timestamp bit from mrt_parse to mrt_parse_dump_mphenning2015-01-091-5/+7
* Use reallocarray() throughout to spot multiplicative int overflow.deraadt2014-10-081-3/+3
* fix some leaks in error pathsjsg2013-05-071-3/+5
* Add a function to extract an address instead of copying the same code overclaudio2012-03-261-60/+57
* Implement a better way to detect the encoding of the MP_REACH_NLRI attr.claudio2012-03-061-6/+8
* Make it possible to parse MRT table dumps (all 3 formats) and displayclaudio2011-09-211-0/+971