]> The Tcpdump Group git mirrors - tcpdump/history - util-print.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / util-print.c
2025-03-24  Francois-Xavier... Use a less cryptic message for packet timestamp overflow
2025-03-11  Arseny MaslennikovICMPv6: Recognise ND option 14 (Nonce)
2025-01-20  Denis OvsienkoReport invalid microseconds as "us", not "ms".
2024-12-23  Francois-Xavier... Add sub-second packet timestamp checks for invalid...
2024-09-28  Francois-Xavier... Fix '-tt' option printing when time > 2106-02-07T06...
2024-03-29  Francois-Xavier... Fix incompatible pointer types with time functions...
2024-03-28  Francois-Xavier... Remove an unneeded include
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2024-03-21  Francois-Xavier... Update the "Error converting time" tests for packet...
2024-03-21  Francois-Xavier... Fix warnings when building for 32-bit and defining...
2024-02-28  Francois-Xavier... Replace '> 0' with '!= 0' in some unsigned expression...
2024-01-02  Francois-Xavier... Text protocols: Use u_int as return type for fetch_token()
2023-09-21  Francois-Xavier... Text protocols: Fix printing truncation if it is not...
2023-02-02  Guy HarrisHave a common routine for converting dates and times... 1032/head
2022-07-04  Francois-Xavier... Fix some typos
2022-04-08  Francois-Xavier... Add some const qualifiers
2022-03-04  Francois-Xavier... Add a const qualifier
2022-01-18  Francois-Xavier... Update tok2strbuf() to a static function
2021-03-28  Denis OvsienkoSpell "indent" where it belongs.
2021-01-13  Denis OvsienkoRefine print_unknown_data().
2021-01-09  Francois-Xavier... Remove the no more used nd_print() function
2021-01-08  Francois-Xavier... Add a nd_printjn() function
2020-12-10  Francois-Xavier... Remove the no more used nd_printzp() function
2020-11-01  Francois-Xavier... Add a nd_printjnp() function
2020-10-01  Denis OvsienkoFix a few bitmap printing bugs.
2020-09-30  Denis OvsienkoWrap some common code up as uint2tokary().
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-27  Guy HarrisMake the length argument to print_unknown_data() unsigned.
2020-05-25  Guy HarrisMerge pull request #602 from gromit1811/fix_udp_frag_badlen
2020-05-25  Guy HarrisSquelch some warnings.
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-09-01  Guy HarrisDon't use <ctype.h> macros.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-07-23  Francois-Xavier... Fix some warnings
2019-06-23  Francois-Xavier... Use nd_print_protocol_caps() to print the protocol...
2019-06-11  Francois-Xavier... Add the nd_print_protocol_caps() function
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-03-23  Michael RichardsonMerge pull request #733 from marka63/dns-get-extended...
2019-03-19  Francois-Xavier... Add the nd_print_protocol() function
2019-03-08  Francois-Xavier... Use the ndo->ndo_protocol field instead of the protonam...
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-29  Guy HarrisMerge pull request #728 from ffainelli/brcm-tag
2019-01-27  Francois-Xavier... Report 32-bit timestamps with uppermost bit set as...
2018-12-11  Guy HarrisAdd, and use, macros to do locale-independent case...
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-11  Francois-Xavier... Add the nd_print_invalid() function
2018-08-10  Francois-Xavier... Report 32-bit timestamps with uppermost bit set as...
2018-08-09  Francois-Xavier... Refactor printing the time fractional part ({micro...
2018-08-07  Francois-Xavier... Fix local time printing
2018-08-01  Denis OvsienkoFix some spelling in comments.
2018-07-30  Guy HarrisDon't print timestamps to a buffer and then print the...
2018-06-21  Guy HarrisExpand a comment.
2018-06-16  Francois-Xavier... Add some EXTRACT_U_1() macro calls
2018-05-18  Francois-Xavier... Add the fn_print_str() function
2018-05-04  Francois-Xavier... Add the nd_print_trunc() function
2018-05-02  Francois-Xavier... Remove the safeputs() function
2018-05-02  Francois-Xavier... Remove the safeputchar() function
2018-04-30  Francois-Xavier... Rename the fn_printX() functions to nd_printX()
2018-02-13  Francois-Xavier... Use fn_print_char() to simplify some code
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-28  Francois-Xavier... Use the EXTRACT_U_1() macro in some utility functions
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
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-15  Francois-Xavier... Use more the ND_TTEST_1() macro
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-12-04  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-11-11  David CroninMerge remote-tracking branch 'upstream/master'
2017-10-16  Guy HarrisCheck for unaligned memory access support at compile...
2017-10-10  Guy HarrisChange some comments and variable names to reflect...
2017-09-13  Guy HarrisCVE-2017-13011/Properly check for buffer overflow in...
2017-09-02  Guy HarrisCVE-2017-11541: In safeputs(), check the length before...
2017-08-29  Guy HarrisMerge pull request #613 from msehnout/master
2017-08-29  Ulrich WindlImprove comment for tok2str() in util-print.c
2017-08-10  Denis Ovsienkospell ASCII in uppercase
2017-07-28  Hannes Gredlerzero change: update Hannes Gredler's email
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-01-18  Guy HarrisUse INT32_MIN to check for the smallest possible 32...
2017-01-18  Guy HarrisClean up signed_relts_print() some more.
2017-01-18  Guy HarrisGet rid of some duplicated code.
2017-01-18  Guy HarrisCVE-2016-7993/Clean up relative time stamp printing.
2017-01-18  Guy HarrisCVE-2016-7983,7984/Don't use strchr() to scan packet...
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-07  Guy HarrisSquelch a signed array subscript warning.
2016-01-28  Francois-Xavier... Change istr[] (for invalid string) to be global
2015-11-09  Francois-Xavier... CDP: Filter out non-printable characters
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-14  Guy HarrisInclude <ctype.h> to make sure we have all the isXXX...
2015-09-11  Francois-Xavier... libnetdissect code must include 'netdissect.h', not...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-08  Francois-Xavier... Get rid of "tcpdump" in some libnetdissect codes
2015-09-05  Denis Ovsienkoamend some comments in util-print.c
next