summaryrefslogtreecommitdiff
path: root/print-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* TCP: Fix an invalid checkFrancois-Xavier Le Bail2022-03-021-1/+1
* WHOIS: Add its own printer source file and printer functionFrancois-Xavier Le Bail2022-01-141-2/+1
* Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris2021-07-241-2/+4
* TCP: Add a commentFrancois-Xavier Le Bail2021-02-161-0/+7
* TCP: Add a bounds check before decoding the payloadFrancois-Xavier Le Bail2021-02-121-2/+13
* TCP: Update the snapend before decoding a MPTCP optionFrancois-Xavier Le Bail2021-02-121-1/+11
* TCP: Modernize packet parsing style.Denis Ovsienko2021-01-171-28/+24
* NetFlow: Use tcp_flag_values[] for TCP flags.Denis Ovsienko2021-01-171-1/+1
* Use __func__ from C99 in error messages. [skip ci]Denis Ovsienko2020-10-081-2/+2
* TCP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() callsFrancois-Xavier Le Bail2020-09-231-8/+8
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-2/+0
* TCP: Remove an useless testFrancois-Xavier Le Bail2020-07-051-1/+1
* DNS: Do the 'over TCP' processing in the printerFrancois-Xavier Le Bail2020-06-101-15/+5
* TCP: Update styleFrancois-Xavier Le Bail2020-06-091-6/+4
* 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