You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the current code sends small int values on packets as flow IDs. We should create a list with high-entropy, random constants in the code and take the values sent on packets from this list (we could, e.g., index the list with the flow ID).
A single list with 256 entries and 16-bit values should work, as Scapy (seems to) do a binary and to take the least-significant bits if fields have less than 16 bits.