Clean up pcap capture module

This commit is contained in:
akallabeth
2022-06-22 12:06:54 +02:00
committed by akallabeth
parent ec8550e87f
commit 03e20cb541
4 changed files with 81 additions and 43 deletions

View File

@@ -508,7 +508,7 @@ static BOOL tf_peer_dump_rfx(freerdp_peer* client)
UINT32 prev_useconds;
rdpUpdate* update;
rdpPcap* pcap_rfx;
pcap_record record;
pcap_record record = { 0 };
struct server_info* info;
WINPR_ASSERT(client);