I need to analyse some packets in python and need the sequence number from the spirent signature field.
The only details I have found on the signature field are that it is scrambled and that it can be decoded in a special version if wireshark which I cannot use for this application.
It looks like the complement of sequence byte is used for the encoding and that the encoding depends upon a bytes position within the signature field.
Does anyone know the details of the scrambling algorithm?