xcloud-python icon indicating copy to clipboard operation
xcloud-python copied to clipboard

Teredo packet parsing

Open tuxuser opened this issue 3 years ago • 1 comments

Teredo packet parsing

Description

XCloud makes use of Teredo (IPv6 over IPv4)

  • A few packets before STUN/ICE negotiation happens
  • (Optionally) Wraps the whole RTP traffic

ToDo

  • [ ] Implement based off Wireshark dissector: https://github.com/wireshark/wireshark/blob/22e7ddb63789ff603641be116ee24834ca7631f9/epan/dissectors/packet-teredo.c
  • [ ] Does it make sense to define it as a construct Struct?

Result

  • Have teredo metadata available
  • Access to the payload section

tuxuser avatar Feb 20 '21 08:02 tuxuser