Georges Bossert

Results 5 comments of Georges Bossert

I can reproduce this issue. > Afaik Netzob uses results of Needleman-Wunsch logarithm as a score for UPGMA Yes > Does the alignment inside the symbols happening in a separate...

Unfortunately, this issue seems related to one of our dependency : arpreq. Did you try to contact the owners of this project to see if they already encountered this issue...

Yes you can use the [InternetChecksum](https://github.com/netzob/netzob/blob/master/src/netzob/Model/Vocabulary/Domain/Variables/Leafs/InternetChecksum.py) domain type to represent a CRC field. See below for an example on how to model a symbol with such relation. ``` from netzob.all...

The error logs shows that the install command on Windows triggers the build of Netzob's C extensions with the CL compiler. Unfortunately, the build command is made for GCC which...

Unfortunately, I didn't manage to adapt the C code to visual studio compiler.