blob: 962b89fc93b3853e761a04358b08cf54eab820d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
These XML files can be downloaded from links provided at the GitHub repository
of Georg Sauthoff, the author of eti2wireshark.py,
https://github.com/gsauthof/python-eti
The current dissectors checked in are based on version 10.0 of the protocols.
The dissectors can be regenerated with calls:
eti2wireshark.py eti_Derivatives.xml -o ..\packet-eti.c
eti2wireshark.py --proto eobi --desc 'Enhanced Order Book Interface' eobi.xml -o .\\packet-eobi.c
eti2wireshark.py --proto xti --desc 'Enhanced Cash Trading Interface' eti_Cash.xml -o .\\packet-xti.c
|