]> The Tcpdump Group git mirrors - tcpdump/history - print-dccp.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-dccp.c
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2024-03-15  Denis OvsienkoAddress various E_STATEMENT_NOT_REACHED from Sun C.
2022-01-14  Francois-Xavier... DCCP: Modernize packet parsing
2022-01-14  Francois-Xavier... DCCP: Rename a variable
2022-01-14  Francois-Xavier... DCCP: Factorize some code
2022-01-14  Francois-Xavier... DCCP: Get rid of trailing commas in lists
2022-01-06  Francois-Xavier... DCCP: Rename a function parameter and simplify code
2021-12-30  Francois-Xavier... Put a space between type and '*' in pointer declarators...
2021-01-29  Denis OvsienkoDCCP: Replace custom code with tok2str(). [skip ci]
2021-01-16  Francois-Xavier... DCCP: Replace some magic numbers
2020-11-27  Denis OvsienkoLose some more unnecessary #include lines. [skip ci]
2020-11-04  Francois-Xavier... DCCP: Use %zu to print sizeof values
2020-10-17  Denis OvsienkoInclude <string.h> only if required.
2020-09-28  Francois-Xavier... Remove useless 'return' at end of void functions (style)
2020-09-23  Francois-Xavier... DCCP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING()...
2020-09-08  Denis OvsienkoRemove 96 assorted ND_TCHECK calls.
2020-09-06  Francois-Xavier... Remove many (762) now redundant ND_TCHECK_n() calls
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-06-17  Francois-Xavier... Use nd_print_protocol_caps() to print the protocol...
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2019-03-26  Francois-Xavier... Add the ndo parameter to some functions
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-01-29  Guy HarrisMerge pull request #722 from aieri/issue/695
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2019-01-23  Antonin DécimoFix small misspellings 730/head
2018-12-11  Guy HarrisHave all Internet-checksum computing routines return...
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-11-12  Francois-Xavier... DCCP: Fix an undefined behavior at runtime
2018-11-11  Francois-Xavier... DCCP: Fix some undefined behaviors at runtime
2018-05-29  Francois-Xavier... DCCP: Fix a truncation message
2018-05-22  Francois-Xavier... DCCP: Fix printing "Timestamp" and "Timestamp Echo...
2018-05-04  Francois-Xavier... Print truncations with nd_print_trunc() instead of...
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-02-14  Guy HarrisGet rid of ND_UNALIGNED.
2018-01-31  Guy HarrisMerge branch 'master' of github.com:the-tcpdump-group...
2018-01-31  Guy HarrisHave ip{6}addr_string take a u_char * as the second...
2018-01-26  Francois-Xavier... Remove function specifier 'inline' in printers
2018-01-22  Guy HarrisDon't test for __attribute__ in the configure script.
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-11  Guy HarrisClean up signed vs. unsigned.
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2018-01-03  Francois-Xavier... Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)
2017-12-20  Guy HarrisUse the non-power-of-2 nd_ types.
2017-12-19  Francois-Xavier... DCCP: Use nd_ types
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (51/n)
2017-12-04  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-12-01  Francois-Xavier... Use more the EXTRACT_U_1() macro (41/n)
2017-11-27  Francois-Xavier... Use more the EXTRACT_U_1() macro (31/n)
2017-11-26  Francois-Xavier... Use more the EXTRACT_U_1() macro (29/n)
2017-11-24  Francois-Xavier... Use more ND_TCHECK_n()/ND_TTEST_n() macros
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-19  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-11-16  Francois-Xavier... Put some function definition names at the beginning...
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-14  Francois-Xavier... Move the printer summaries from INSTALL.txt to each...
2016-02-13  Guy HarrisDon't overwrite the destination IPv6 address for routin...
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-07  Francois-Xavier... Remove obsolete comments
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-07-10  Guy HarrisMerge pull request #469 from gvanem/patch-2
2015-07-10  Guy HarrisMerge pull request #468 from gvanem/patch-1
2015-07-10  Gisle VanemUpdate print-dccp.c 468/head
2015-05-20  Guy HarrisMerge pull request #455 from brooksdavis/gndo-cleanup
2015-04-27  Guy HarrisFix a bunch of de-constifications.
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-11-24  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2014-11-20  Francois-Xavier... DCCP: fix printing and indentation
2014-11-20  Francois-Xavier... DCCP: update Packet Types with RFC4340/IANA names
2014-04-23  Guy HarrisMore fixes for uint8_t being shorter than u_int8_t.
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-03-26  Denis OvsienkoNDOize AODV, IPv4 and SCTP decoders
2014-03-26  Denis Ovsienkofinalize some previous NDO conversions
2014-03-15  Denis Ovsienkomake use of NETDISSECT_REWORKED
2014-03-14  Denis OvsienkoNDOize DCCP, Linux socket and RPKI-Router decoders
2014-02-16  Guy HarrisDo a bunch more length checking.
2014-02-16  Guy HarrisMerge pull request #366 from fxlb/dccpv6
2014-02-16  Francois-Xavier... fix partial checksum errors in DCCP decoder, IPv6 case 366/head
2014-02-16  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2014-02-16  Guy HarrisFetch the sequence number the way we fetch the acknowle...
2014-02-16  Guy HarrisUse an 8-octet array when the ACK field is always 8...
2014-02-16  Guy HarrisGet rid of unused function.
2014-02-16  Guy HarrisAdd {40,48,56}-bit big-endian extract macros and use...
2014-02-16  Guy HarrisMark structures with UNALIGNED.
2014-02-15  Guy HarrisMerge pull request #363 from fxlb/master
2014-02-15  Francois-Xavier... fix partial checksum errors in DCCP decoder, IPv4 case 363/head
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
next