feature: session mananger publish ctrl message; Enhance session debugger module

This commit is contained in:
luwenpeng
2024-10-24 10:24:20 +08:00
parent 5c5a50929b
commit 1e71122521
9 changed files with 204 additions and 44 deletions

View File

@@ -850,7 +850,7 @@ uint16_t packet_get_raw_len(const struct packet *pkt)
return pkt->data_len;
}
const char *packet_get_payload(const struct packet *pkt)
const char *packet_get_payload_data(const struct packet *pkt)
{
if (pkt == NULL || pkt->layers_used == 0)
{