ArcticaProject / nx-libs

nx-libs
Other
120 stars 39 forks source link

nxcomp: Add interception hook that allows to dump NX proto communication to the file system #353

Open sunweaver opened 7 years ago

sunweaver commented 7 years ago

We want to analyse what data is actually sent over the NX proto data connection. For this we need a data dumper that writes proto data to the file system.

We want to make sure that compression does not happen twice (e.g. zlib'ed JPEG data makes no sense).

uli42 commented 7 years ago

maybe implement that in wireshark?