aboutsummaryrefslogtreecommitdiff
path: root/print-rpki-rtr.c
AgeCommit message (Expand)Author
2020-11-01Fix some "Unchecked return value" found by CoverityFrancois-Xavier Le Bail
2020-10-17Include <string.h> only if required.Denis Ovsienko
2020-10-13RPKI-Router: Modernize packet parsing style.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-12-25Use nd_ types - and use GET_U_1() for 1-byte integral values.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-10-27Remove a space (style)Francois-Xavier Le Bail
2018-09-11Add the nd_print_invalid() functionFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-05Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail
2017-11-27Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13RPKI-Router: Remove an unused macro.Denis Ovsienko
2017-09-13CVE-2017-13050/RPKI-Router: fix a few bugsDenis Ovsienko
2017-07-28zero change: update Hannes Gredler's emailHannes Gredler
2016-08-18RPKI-RTR: Remove printing when truncated condition already detectedFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-07-19RPKI/Router: Add a return value check for "fn_printn" callFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-04-08We're not copying the string to buf, so print the string, not buf.Guy Harris
2015-04-08Print strings with fn_printn().Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2015-03-13RPKI to Router Protocol: Fix Segmentation Faults and other problemsFrancois-Xavier Le Bail
2015-03-10some patches to deal with kday pcap filesMichael Richardson
2015-03-05clean K&R style up in function declarations a bitDenis Ovsienko
2014-12-17Fix some typosFrancois-Xavier Le Bail
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-03-15justify MIN()/min() further (complements dbfdf97)Denis Ovsienko
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-03-14NDOize DCCP, Linux socket and RPKI-Router decodersDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01ndo-ize print-ascii: hex_print_with_offset()Michael Richardson
2014-01-01whitespace changesMichael Richardson
2013-02-04Update to the final draft of RPKI-Router Protocol (RFC6810)Alexis La Goutte
2011-08-14Get rid of another zero-length array.Guy Harris
2011-08-14Get rid of GCCisms.Guy Harris