From: Alan T. DeKok Date: Thu, 17 Mar 2022 11:58:24 +0000 (-0400) Subject: add proto trace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76870382a450356efb15ee20409fb41268ff79d4;p=thirdparty%2Ffreeradius-server.git add proto trace --- diff --git a/src/protocols/dhcpv4/decode.c b/src/protocols/dhcpv4/decode.c index 7702411d0d8..bf5acc205e0 100644 --- a/src/protocols/dhcpv4/decode.c +++ b/src/protocols/dhcpv4/decode.c @@ -56,6 +56,8 @@ static ssize_t decode_value_trampoline(TALLOC_CTX *ctx, fr_pair_list_t *out, fr_dict_attr_t const *parent, uint8_t const *data, size_t const data_len, void *decode_ctx) { + FR_PROTO_TRACE("decode_value_trampoline of %s with %zu bytes", parent->name, data_len); + /* * @todo - we might need to limit this to only one DNS label. */