summaryrefslogtreecommitdiff
path: root/print-rpki-rtr.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Drop a stale comment. [skip appveyor]Denis Ovsienko2021-02-051-1/+0
* RPKI-Router: Refine length and bounds checks. [skip ci]Denis Ovsienko2021-01-251-19/+16
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-2/+1
* Fix some "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2020-11-011-1/+1
* Include <string.h> only if required.Denis Ovsienko2020-10-171-2/+0
* RPKI-Router: Modernize packet parsing style.Denis Ovsienko2020-10-131-10/+4
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-1/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Use nd_ types - and use GET_U_1() for 1-byte integral values.Guy Harris2019-12-251-24/+24
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-11/+11
* Remove a space (style)Francois-Xavier Le Bail2018-10-271-2/+2
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-2/+2
* 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
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-19/+19
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-9/+9
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-1/+1
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-9/+9
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-9/+9
* RPKI-Router: Remove an unused macro.Denis Ovsienko2017-09-131-1/+0
* CVE-2017-13050/RPKI-Router: fix a few bugsDenis Ovsienko2017-09-131-66/+103
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* RPKI-RTR: Remove printing when truncated condition already detectedFrancois-Xavier Le Bail2016-08-181-9/+12
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+4
* RPKI/Router: Add a return value check for "fn_printn" callFrancois-Xavier Le Bail2016-07-191-1/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-2/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-8/+8
* We're not copying the string to buf, so print the string, not buf.Guy Harris2015-04-081-2/+1
* Print strings with fn_printn().Guy Harris2015-04-081-3/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* RPKI to Router Protocol: Fix Segmentation Faults and other problemsFrancois-Xavier Le Bail2015-03-131-4/+5
* some patches to deal with kday pcap filesMichael Richardson2015-03-101-0/+7
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-2/+2
* Fix some typosFrancois-Xavier Le Bail2014-12-171-1/+1
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* justify MIN()/min() further (complements dbfdf97)Denis Ovsienko2014-03-151-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize DCCP, Linux socket and RPKI-Router decodersDenis Ovsienko2014-03-141-28/+26
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1