summaryrefslogtreecommitdiff
path: root/print-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Add "domain" as an option for -TFrancois-Xavier Le Bail2020-03-021-0/+4
* More use of %zu to print sizeof values.Guy Harris2019-08-111-2/+2
* Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail2019-06-101-2/+2
* Use nd_ipv4 rather than struct in_addrFrancois-Xavier Le Bail2019-06-101-2/+2
* Add dissector for SSH version exchangeAndreas Jaggi2019-05-081-0/+2
* Remove the IPv6 payload length checks for checksumming.Guy Harris2019-05-011-1/+1
* TCP: Fix fetching the header payload lengthFrancois-Xavier Le Bail2019-04-301-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-37/+41
* Use the ndo->ndo_protocol field instead of the protoname parameterFrancois-Xavier Le Bail2019-03-081-2/+3
* Fix a typoFrancois-Xavier Le Bail2019-03-071-1/+1
* TCP: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail2019-03-061-1/+2
* Squelch a narrowing warning.Guy Harris2018-12-111-1/+1
* Have all Internet-checksum computing routines return a uint16_t.Guy Harris2018-12-111-2/+2
* Use more nd_print_invalid()Francois-Xavier Le Bail2018-11-021-3/+3
* Clean up whitespacesFrancois-Xavier Le Bail2018-10-271-43/+43
* Fix spacesFrancois-Xavier Le Bail2018-09-031-1/+1
* Add a missing space for DNS over TCP (GH #688)Denis Ovsienko2018-07-061-0/+6
* Cast dport and sport to u_int before shifting them.Guy Harris2018-05-241-4/+4
* TCP: Fix a closing stringFrancois-Xavier Le Bail2018-05-181-1/+1
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-181-3/+4
* TCP: Add a missing 'truncated' messageFrancois-Xavier Le Bail2018-05-181-1/+1
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-2/+4
* Add comments on some memory allocations we cannot freeFrancois-Xavier Le Bail2018-02-231-0/+4
* Style updateFrancois-Xavier Le Bail2018-02-061-10/+10
* Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail2018-01-311-2/+2
* Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail2018-01-311-5/+9
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-7/+13
* 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-8/+8
* TCP: Use more ND_TTEST_n() macrosFrancois-Xavier Le Bail2018-01-081-2/+2
* Remove unneeded '&' when getting a pointer to an nd_uintN_t typeFrancois-Xavier Le Bail2018-01-081-3/+5
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-87/+87
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* TCP: Replace ND_TTEST2 calls by ND_TTEST_LEN callsFrancois-Xavier Le Bail2017-12-141-2/+2
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-25/+25
* Use nd_ types in the IPv6 structures.Guy Harris2017-12-111-11/+11
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Fix build if you have a crypto library.Guy Harris2017-12-111-3/+3
* More nd_ification of structures.Guy Harris2017-12-111-5/+5
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-2/+2
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-8/+8
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-25/+25
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail2017-11-211-3/+6