]> The Tcpdump Group git mirrors - tcpdump/history - util-print.c
Revert partially the commit 21b1273
[tcpdump] / util-print.c
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
2015-07-10  Denis OvsienkoMerge pull request #467 from wessels/master
2015-07-02  Francois-Xavier... Fix display of timestamps with -ttt and -ttttt options
2015-06-29  Denis Ovsienkorefine tok2str() buffer use
2015-06-19  Francois-Xavier... Fix display of nanoseconds timestamps with -tt option...
2015-06-19  Francois-Xavier... Fix a non-reentrant code in a function
2015-06-11  Guy HarrisDo case-insensitive comparisons assuming ASCII strings.
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-04-19  Guy HarrisUse unsigned values in tok2str and bittok2str routines.
2015-04-15  Michael RichardsonMerge pull request #452 from brooksdavis/backend-separation
2015-04-15  Brooks DavisDisentangle packet dissection functionally in tcpdump... 452/head
2015-04-15  Brooks DavisMove functions in util.c that are used in the dissector...