mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-30 06:13:25 -04:00
This commit introduces a sample fetch, `le2dec`, to convert little-endian binary input samples into their decimal representations. The function converts the input into a string containing unsigned integer numbers, with each number derived from a specified number of input bytes. The numbers are separated using a user-defined separator. This new sample is achieved by adding a parametrized sample_conv_2dec function, unifying the logic for be2dec and le2dec converters. Co-authored-by: Christian Norbert Menges <christian.norbert.menges@sap.com> [wt: tracked as GH issue #2915] Signed-off-by: Willy Tarreau <w@1wt.eu> |
||
|---|---|---|
| .. | ||
| add_item.vtc | ||
| be2dec.vtc | ||
| be2hex.vtc | ||
| bytes.vtc | ||
| digest.vtc | ||
| field.vtc | ||
| fix.vtc | ||
| hmac.vtc | ||
| iif.vtc | ||
| json.vtc | ||
| json_query.vtc | ||
| le2dec.vtc | ||
| mqtt.vtc | ||
| param.vtc | ||
| secure_memcmp.vtc | ||
| sha2.vtc | ||
| url_dec.vtc | ||
| url_enc.vtc | ||
| word.vtc | ||