blob: 1dc7c44c455e4c75ef7dadcc476fe3773fa6afc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SPICE protocol dumping using demarshaller in spice.
expects to be side by side with spice directory:
../pyclient/spicedump.py
../spice/python/python_modules/spice_parser.py
You can try out spicedump like this:
run qemu as usual with spice listening on port 5927 for instance.
run spicedump as proxy:
./spicedump.py -p -r localhost:5927 -l 8883
then run spicec using the proxied port:
spicec -h localhost -p 8883
|