Problem
Using the Pyshark module, create a script that will display a table (IP and MAC) of all the unique IP/MAC address combinations that are found in a Wireshark capture.
1) Include your pcapng file that you used. It must have at least 3 different IP/MAC addresses. Using the Pyshark module, create a script that will display a table (IP and MAC) of all the unique IP/MAC address combinations that are found in a Wireshark capture.
2) Include your pcapng file that you used. It must have at least 3 different IP/MAC addresses.