summaryrefslogtreecommitdiff
path: root/print-pgm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename AF_INET{6} to AF_IP{6}.Guy Harris2023-02-201-14/+14
* PGM: Modernize packet parsing style.Denis Ovsienko2021-01-021-14/+11
* PGM: Remove 3 now redundant ND_TCHECK_LEN(e, sizeof(uint32_t)) callsFrancois-Xavier Le Bail2020-09-301-3/+0
* PGM: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() callsFrancois-Xavier Le Bail2020-09-231-8/+8
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-2/+0
* PGM: Fix order when printing PGM_OPT_REDIRECT_FIXED_LEN and opt_lenPedro Monreal2019-10-241-1/+1
* Fix a warningFrancois-Xavier Le Bail2019-09-191-7/+7
* PGM: POLL and POLR packets were flip-floppedBryce Wood2019-06-111-22/+22
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-51/+52
* Replace some ND_TTEST_*() with ND_TCHECK_*()Francois-Xavier Le Bail2018-05-181-12/+3
* PGM: Remove unused variable and codeFrancois-Xavier Le Bail2018-05-181-4/+0
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-181-2/+3
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-4/+4
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-8/+8
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-40/+40
* 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-114/+114
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-8/+8
* Get rid of collision between type name and variable name.Guy Harris2017-12-311-6/+6
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-57/+59
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-6/+6
* Use nd_ types in the IPv6 structures.Guy Harris2017-12-111-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-19/+19
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-47/+47
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail2017-11-211-4/+8
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-44/+45
* ZMTP: Rename a printer functionFrancois-Xavier Le Bail2017-11-161-1/+1
* CVE-2017-13034/PGM: Add a bounds check.Guy Harris2017-09-131-2/+2
* CVE-2017-13019: Clean up PGM option processing.Guy Harris2017-09-131-80/+130
* CVE-2017-13018/PGM: Add a missing bounds check.Guy Harris2017-09-131-0/+4
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-126/+89
* Rename variable to avoid collision with poll().Guy Harris2015-09-171-6/+6
* 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
* Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail2015-09-051-6/+6
* Fix a bunch of de-constifications.Guy Harris2015-04-261-24/+24
* Print the formatted IP address, not the raw binary address, as a string.Guy Harris2015-04-261-3/+3
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-68/+68
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-8/+8
* PGM: reuse existing AF macrosDenis Ovsienko2014-03-191-19/+15
* NDOize 7 bigger decodersDenis Ovsienko2014-03-191-117/+115
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-1/+1