Add support for parsing IP Authentication Header

This commit is contained in:
luwenpeng
2024-06-04 15:48:34 +08:00
parent ae2e36b382
commit 8c4f4c9f72
6 changed files with 99 additions and 47 deletions

View File

@@ -55,7 +55,6 @@ struct packet
// return innermost payload
const char *packet_parse(struct packet *pkt, const char *data, uint16_t len);
void packet_print_str(const struct packet *pkt);
void packet_print_table(const struct packet *pkt);
// direction 1: E2I
// direction 0: I2E