Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: swap24

This commit is contained in:
bol-van
2025-12-28 12:49:09 +03:00
parent ba526b75e1
commit 58320aecbe
4 changed files with 17 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ uint64_t pntoh64(const uint8_t *p);
void phton64(uint8_t *p, uint64_t v);
uint16_t swap16(uint16_t u);
uint32_t swap24(uint32_t u);
uint64_t swap48(uint64_t u);
bool parse_hex_str(const char *s, uint8_t *pbuf, size_t *size);