Skip to content

Create array with high-entropy random values to use in packets #3

@cunha

Description

@cunha

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions