summaryrefslogtreecommitdiff
path: root/print-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* NFS: Fix the format for printing an unsigned intFrancois-Xavier Le Bail2022-10-101-1/+1
* NFS: Rename a printerFrancois-Xavier Le Bail2022-05-221-2/+2
* Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-101-8/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-4/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-55/+2
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-4/+4
* Clean up rounding up.Guy Harris2019-11-101-3/+4
* Remove more old-compiler compensation.Guy Harris2019-08-081-3/+3
* Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail2019-06-101-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-133/+134
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-6/+5
* NFS: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail2019-03-171-0/+7
* Reorganize the dissection code a bit.Guy Harris2018-09-181-357/+438
* Fix dissection of NFSv3 WRITE and LINK replies.Guy Harris2018-09-161-2/+2
* print verifier cookie for write and commit operationViral Mehta2018-09-051-3/+13
* Use nd_uint types for structures used to overlay packets.Guy Harris2018-06-221-58/+86
* Clean up processing of RPC request header.Guy Harris2018-06-221-5/+32
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-8/+7
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+3
* Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail2018-01-311-6/+8
* Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail2018-01-311-6/+8
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-4/+4
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-3/+3
* NFS: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-241-9/+9
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-221-1/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* NFS: Use more ND_TTEST_n() macrosFrancois-Xavier Le Bail2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Remove unneeded '&' when getting a pointer to an nd_uintN_t typeFrancois-Xavier Le Bail2018-01-111-2/+2
* Clean up signed vs. unsigned.Guy Harris2018-01-111-27/+33
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-140/+140
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* NFS: Use more the ND_TCHECK_4() macroFrancois-Xavier Le Bail2017-12-241-40/+40
* Add comments explaining why using EXTRACT_BE_U_4() isn't wrong.Guy Harris2017-12-171-1/+30
* NFS: Use more the EXTRACT_BE_U_4 macroFrancois-Xavier Le Bail2017-12-171-5/+10
* Use EXTRACT_BE_U_4() to fetch a 4-byte big-endian value from a packet.Guy Harris2017-12-161-3/+3
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-23/+23
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-6/+6
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-123/+123
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-40/+40
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-123/+123
* NFS: Rename two printer functionsFrancois-Xavier Le Bail2017-11-161-3/+3
* NFS: Check for all relevant RPC call body fields at the beginning.Guy Harris2017-09-131-5/+1
* CVE-2017-13005/NFS: Add two bounds checks before fetching dataFrancois-Xavier Le Bail2017-09-131-0/+4
* CVE-2017-13001/NFS: Don't copy more data than is in the file handle.Guy Harris2017-09-131-3/+7
* CVE-2017-12898/NFS: Fix bounds checking.Guy Harris2017-09-131-6/+7
* Declare some variables as staticFrancois-Xavier Le Bail2016-09-111-4/+4
* Improve code readability: A pointer should not be compared to zeroFrancois-Xavier Le Bail2016-08-251-15/+15