aboutsummaryrefslogtreecommitdiff
path: root/print-nfs.c
AgeCommit message (Expand)Author
2024-03-28Include <config.h> unconditionallyFrancois-Xavier Le Bail
2023-11-06NFS: Fix a MemorySanitizer errorFrancois-Xavier Le Bail
2023-11-02NFS: Avoid printing non-ASCII charactersFrancois-Xavier Le Bail
2023-11-01NFS: Avoid printing non-ASCII charactersFrancois-Xavier Le Bail
2023-05-21NFS: A pointer should not be compared to zero (improve code readability)Francois-Xavier Le Bail
2023-04-21Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail
2022-10-10NFS: Fix the format for printing an unsigned intFrancois-Xavier Le Bail
2022-05-22NFS: Rename a printerFrancois-Xavier Le Bail
2020-09-10Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-09-08Remove 96 assorted ND_TCHECK calls.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-11-10Clean up rounding up.Guy Harris
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-06-10Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2019-03-17NFS: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail
2018-09-18Reorganize the dissection code a bit.Guy Harris
2018-09-16Fix dissection of NFSv3 WRITE and LINK replies.Guy Harris
2018-09-05print verifier cookie for write and commit operationViral Mehta
2018-06-22Use nd_uint types for structures used to overlay packets.Guy Harris
2018-06-22Clean up processing of RPC request header.Guy Harris
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-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-31Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail
2018-01-31Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail
2018-01-31Have ip{6}addr_string take a u_char * as the second argument.Guy Harris
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-24NFS: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-22Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21NFS: Use more ND_TTEST_n() macrosFrancois-Xavier Le Bail
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-11Remove unneeded '&' when getting a pointer to an nd_uintN_t typeFrancois-Xavier Le Bail
2018-01-11Clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-24NFS: Use more the ND_TCHECK_4() macroFrancois-Xavier Le Bail
2017-12-17Add comments explaining why using EXTRACT_BE_U_4() isn't wrong.Guy Harris
2017-12-17NFS: Use more the EXTRACT_BE_U_4 macroFrancois-Xavier Le Bail
2017-12-16Use EXTRACT_BE_U_4() to fetch a 4-byte big-endian value from a packet.Guy Harris
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-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-20Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-11-16NFS: Rename two printer functionsFrancois-Xavier Le Bail
2017-09-13NFS: Check for all relevant RPC call body fields at the beginning.Guy Harris