feature: session mananger publish ctrl message; Enhance session debugger module
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user