rename pcap files

main
EmaMaker 2024-01-07 16:35:46 +00:00
parent 8fae0f95a7
commit 4e31489879
23 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -370,7 +370,7 @@ int main(int argc, char* argv[])
ptph45.EnablePcap("task-5-subnet45.pcap", ptp45.Get(1), true, true);
ptph35.EnablePcap("task-3-subnet35.pcap", ptp35.Get(0), true, true);
ptph35.EnablePcap("task-5-subnet35.pcap", ptp35.Get(1), true, true);
phy.EnablePcap("task-9-wifi", apDevice, true);
phy.EnablePcap("task-9-wifi", apDevice, true, true);
}
/* ----- End of PCAP Tracing ----- */