-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Feature description
Wireshark Playback
Similar to the packet sender, it would be very interesting to have a playback from a wireshark capture that could be fed to the backend, from a Wireshark capture file it is possible using tshark to get an output file using the information that you desire. This probably means changes in the backend.
Backend Playback
A less ambitious and easier goal would be to use the PacketSender with a real wireshark capture, this would allow to replicate real behaviour from actual tests by the Firmware team, give a Wireshark capture, again use tshark to extract the same info the packet sender uses and launch the packet sender with this file. This means changes in the packet sender mostly.