Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Implement] Filter Sanity-Check Regex #28

Open
acagliano opened this issue Nov 25, 2020 · 0 comments
Open

[Implement] Filter Sanity-Check Regex #28

acagliano opened this issue Nov 25, 2020 · 0 comments

Comments

@acagliano
Copy link
Owner

Some manner of identifying the makeup of a packet for the packet filter to interpret. Something similar to fprint's format, except such that it gives you the following info for each packet segment:

data type: id,string, int, word, byte, float, etc.
length: length of packet segment
check: 1 or 0. 1 means yes, filter this segment. 0 means no, don't filter segment.

For instance, a search format for a Register packet containing a 7-byte username, a 12-byte password, a 27-byte email address would look something like this:

[ID][1][0]
[STRING]7,1
[STRING]12,1
[STRING]27,1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant