TSG-8230 PacketAdapter支持输出json格式的日志,并支持动态调整日志级别
This commit is contained in:
@@ -37,7 +37,7 @@ extern "C"
|
||||
} tcp_info_t;
|
||||
|
||||
int decode_tcp(tcp_info_t *packet, const uint8_t *data, uint32_t len);
|
||||
void dump_tcp_info(uint32_t pkt_id, tcp_info_t *packet);
|
||||
int dump_tcp_info(tcp_info_t *packet, char *buff, size_t size);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user