Frédéric Guihéry

Results 16 comments of Frédéric Guihéry

Should be resolved by https://github.com/netzob/netzob/pull/129

Nice work! Could you add some doctests to cover XML dumping and loading ? This will permit to detect potential regressions and issues in some classes. Besides, this will permit...

Another question: is this feature similar to the symbol/message pickling ? or does it provide more coverage of the dumpable objects ?

Could you also change the targeted branch from 'master' to 'next' ?as 'next' is the integration branch ;)

Thanks for the explanation. It will take a bit more time to review this PR, as it introduces lots of code (even though it is mainly related to XML-save and...

"Yes, I did notice this. I have been struggling to get rid of it" I see at least two different ways to resolve this situation: - Either by starting from...

I agree with this proposition. I will provide a PR.

Hi Stephan, this should work when using bytes for RawMessage: i.e. ``` m1=RawMessage(b"123") m2=RawMessage(b"345") ``` instead of ``` m1=RawMessage("123") m2=RawMessage("345") ``` This is due to the fact that bytes and...

Hi Zoeeeeey, PeachExporter was a plugin of the old 0.4.x Netzob branch, and has unfortunately not been backported to the current version. You can still find the code here (with...

Version 0.4.1 is not supported anymore. You should jump to latest version (currently 2.0.0). Especially, the Config XML import feature has been removed from the project.