summaryrefslogtreecommitdiff
path: root/print-dccp.c
Commit message (Expand)AuthorAgeFilesLines
* DCCP: Modernize packet parsingFrancois-Xavier Le Bail2022-01-141-168/+82
* DCCP: Rename a variableFrancois-Xavier Le Bail2022-01-141-29/+29
* DCCP: Factorize some codeFrancois-Xavier Le Bail2022-01-141-18/+16
* DCCP: Get rid of trailing commas in listsFrancois-Xavier Le Bail2022-01-141-2/+2
* DCCP: Rename a function parameter and simplify codeFrancois-Xavier Le Bail2022-01-061-33/+36
* Put a space between type and '*' in pointer declarators (style)Francois-Xavier Le Bail2021-12-301-1/+1
* DCCP: Replace custom code with tok2str(). [skip ci]Denis Ovsienko2021-01-291-41/+31
* DCCP: Replace some magic numbersFrancois-Xavier Le Bail2021-01-161-29/+48
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-2/+0
* DCCP: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2020-11-041-2/+2
* Include <string.h> only if required.Denis Ovsienko2020-10-171-1/+0
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* DCCP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() callsFrancois-Xavier Le Bail2020-09-231-4/+4
* 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-3/+0
* Use nd_print_protocol_caps() to print the protocol nameFrancois-Xavier Le Bail2019-06-171-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-47/+58
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-8/+10
* Fix small misspellingsAntonin Décimo2019-01-231-3/+3
* Have all Internet-checksum computing routines return a uint16_t.Guy Harris2018-12-111-2/+2
* DCCP: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail2018-11-121-1/+1
* DCCP: Fix some undefined behaviors at runtimeFrancois-Xavier Le Bail2018-11-111-10/+10
* DCCP: Fix a truncation messageFrancois-Xavier Le Bail2018-05-291-4/+2
* DCCP: Fix printing "Timestamp" and "Timestamp Echo" optionsFrancois-Xavier Le Bail2018-05-221-7/+46
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Get rid of ND_UNALIGNED.Guy Harris2018-02-141-5/+5
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-4/+4
* Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-2/+4
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-5/+5
* 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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-11/+11
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-90/+90
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-3/+3
* Use the non-power-of-2 nd_ types.Guy Harris2017-12-201-6/+10
* DCCP: Use nd_ typesFrancois-Xavier Le Bail2017-12-191-31/+31
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-3/+3
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-5/+5
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-2/+2
* Use more the EXTRACT_U_1() macro (41/n)Francois-Xavier Le Bail2017-12-011-1/+1
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-3/+3
* Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail2017-11-261-8/+8
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-19/+19
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-3/+3
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-15/+15
* Put some function definition names at the beginning of lineFrancois-Xavier Le Bail2017-11-161-2/+3
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2