summaryrefslogtreecommitdiff
path: root/util-print.c
Commit message (Expand)AuthorAgeFilesLines
* Have a common routine for converting dates and times to strings.Guy Harris2023-02-021-8/+28
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Add some const qualifiersFrancois-Xavier Le Bail2022-04-081-12/+8
* Add a const qualifierFrancois-Xavier Le Bail2022-03-041-1/+1
* Update tok2strbuf() to a static functionFrancois-Xavier Le Bail2022-01-181-1/+1
* Spell "indent" where it belongs.Denis Ovsienko2021-03-281-3/+3
* Refine print_unknown_data().Denis Ovsienko2021-01-131-8/+3
* Remove the no more used nd_print() functionFrancois-Xavier Le Bail2021-01-091-27/+0
* Add a nd_printjn() functionFrancois-Xavier Le Bail2021-01-081-0/+17
* Remove the no more used nd_printzp() functionFrancois-Xavier Le Bail2020-12-101-30/+0
* Add a nd_printjnp() functionFrancois-Xavier Le Bail2020-11-011-0/+22
* Fix a few bitmap printing bugs.Denis Ovsienko2020-10-011-31/+22
* Wrap some common code up as uint2tokary().Denis Ovsienko2020-09-301-0/+14
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-3/+0
* Make the length argument to print_unknown_data() unsigned.Guy Harris2020-05-271-7/+3
* Squelch some warnings.Guy Harris2020-05-251-6/+9
* Don't use <ctype.h> macros.Guy Harris2019-09-011-17/+21
* Remove more old-compiler compensation.Guy Harris2019-08-081-3/+3
* Fix some warningsFrancois-Xavier Le Bail2019-07-231-3/+3
* Use nd_print_protocol_caps() to print the protocol name in capsFrancois-Xavier Le Bail2019-06-231-4/+1
* Add the nd_print_protocol_caps() functionFrancois-Xavier Le Bail2019-06-111-0/+8
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-17/+17
* Add the nd_print_protocol() functionFrancois-Xavier Le Bail2019-03-191-0/+6
* Use the ndo->ndo_protocol field instead of the protoname parameterFrancois-Xavier Le Bail2019-03-081-8/+9
* Report 32-bit timestamps with uppermost bit set as "Error converting time"Francois-Xavier Le Bail2019-01-271-0/+5
* Add, and use, macros to do locale-independent case mapping.Guy Harris2018-12-101-1/+1
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-4/+6
* Report 32-bit timestamps with uppermost bit set as "Error converting time"Francois-Xavier Le Bail2018-08-101-0/+5
* Refactor printing the time fractional part ({micro|nano}seconds)Francois-Xavier Le Bail2018-08-091-36/+29
* Fix local time printingFrancois-Xavier Le Bail2018-08-071-29/+40
* Fix some spelling in comments.Denis Ovsienko2018-08-011-3/+3
* Don't print timestamps to a buffer and then print the buffer.Guy Harris2018-07-291-54/+31
* Expand a comment.Guy Harris2018-06-211-4/+16
* Add some EXTRACT_U_1() macro callsFrancois-Xavier Le Bail2018-06-161-12/+13
* Add the fn_print_str() functionFrancois-Xavier Le Bail2018-05-181-0/+14
* Add the nd_print_trunc() functionFrancois-Xavier Le Bail2018-05-041-0/+6
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-13/+0
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-8/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-8/+11
* Use fn_print_char() to simplify some codeFrancois-Xavier Le Bail2018-02-131-36/+4
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-5/+5
* Use the EXTRACT_U_1() macro in some utility functionsFrancois-Xavier Le Bail2018-01-281-6/+10
* 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-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-37/+37
* Use more the ND_TTEST_1() macroFrancois-Xavier Le Bail2017-12-151-2/+2
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-28/+28
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-2/+3
* Check for unaligned memory access support at compile time.Guy Harris2017-10-161-4/+31