refactor: rename packet_dump_stdio() to packet_print()
This commit is contained in:
@@ -167,7 +167,7 @@ int packet_dump_str(const struct packet *pkt, char *buff, int size)
|
||||
return used;
|
||||
}
|
||||
|
||||
void packet_dump_stdio(const struct packet *pkt)
|
||||
void packet_print(const struct packet *pkt)
|
||||
{
|
||||
char buff[4096] = {};
|
||||
packet_dump_str(pkt, buff, sizeof(buff));
|
||||
|
||||
Reference in New Issue
Block a user