]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add proto trace
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Mar 2022 11:58:24 +0000 (07:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Mar 2022 14:46:53 +0000 (10:46 -0400)
src/protocols/dhcpv4/decode.c

index 7702411d0d84775248de572d7998e71564395696..bf5acc205e02d15858de6c4b0440f89f4466537d 100644 (file)
@@ -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.
         */