]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add `%*pHX` + `%*pHS` hexdump in printfrr
authorDavid Lamparter <equinox@diac24.net>
Thu, 18 Feb 2021 23:08:11 +0000 (00:08 +0100)
committerDavid Lamparter <equinox@diac24.net>
Tue, 30 Mar 2021 20:34:51 +0000 (22:34 +0200)
commita4cb97a6c1d8718be40a16c1c7fc0b2738d17947
treeac4c75d84887952de988e85a98b016aff5f5aaa6
parentbb12115e0be449df92af6294fc8410eb7745be26
lib: add `%*pHX` + `%*pHS` hexdump in printfrr

(I'll get to `zlog_hexdump()` in a separate pass.)

Signed-off-by: David Lamparter <equinox@diac24.net>
doc/developer/logging.rst
lib/printfrr.h
lib/strformat.c [new file with mode: 0644]
lib/subdir.am
tests/lib/test_printfrr.c