Make secipd parse at least protocol 04 (SIA-HS).
This commit is contained in:
parent
24c1286e5f
commit
cf462c2232
5 changed files with 97 additions and 73 deletions
1
siahs.h
1
siahs.h
|
@ -64,3 +64,4 @@ const uint8_t xor_table[] = { 0x51, 0x7a, 0x26, 0x3d, 0x22, 0x21, 0x3b, 0x74,
|
|||
0x3b, 0x3d, 0x26, 0x74, 0x27, 0x3b, 0x74, 0x27,
|
||||
0x3b, 0x30, 0x3b, 0x00, 0xaa, 0x11, 0x46, 0x54,
|
||||
};
|
||||
STATUS parse_siahs_message(TALLOC_CTX *mem_ctx, const char *pkt_prom, const char *message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue