gsmtap.py: Ported from scapy to socket

With the python module scapy the headers of each layer have to be created
by hand. Furthermore, in order to use it, the program would have to be
started as root.

Using sockets would be the better. The reason for using scapy was, that
it was the first best thing that I found when searching for python
socket communication.
The next step would be to open and close the socket only once instead
of every time an APDU is send to wireshark.
Furthermore, the ATR probably has to be treated differently from APDU packets.
1 file changed
tree: 9904885ccb7864ebd169a5261f639d5b3912a168
  1. firmware/
  2. usb_application/
  3. .gitignore
  4. .gitmodules
  5. clk_calc.py
  6. notes