Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save all traffic to host machine #108

Open
3 tasks
Lanestolen opened this issue Jan 28, 2022 · 1 comment
Open
3 tasks

Save all traffic to host machine #108

Lanestolen opened this issue Jan 28, 2022 · 1 comment

Comments

@Lanestolen
Copy link
Member

Lanestolen commented Jan 28, 2022

Save a pcap file containing the traffic from each game to the host machine.

  • Change the SoC machine to allow the use of tcpdump without sudo
  • Create functionality to start the monitoring automatically after the game is started
  • Add an ssh-key to SoC machine to use instead of password in example bellow

This issue is related to #91

The dump can be done using

/usr/lib/x86_64-linux-gnu/wireshark/extcap/sshdump -extcap-interface=sshdump --remote-host <host> --remote-user <user> --remote-port <port> --remote-interface enp0s9 --remote-password <password> --capture --fifo=<location of dump file>

Maybe this should be adapted to be done through tshark instead to improve compatibility

@Lanestolen
Copy link
Member Author

I realized that this is over complicating the issue of saving the traffic to host, this can be done with a simple tcpdump on the ALLBlue interface connected to the SoC machine
However, it might still be relevant to create do these things in order to solve #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant