-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Getting a byte frequency profile is useful to determine if the session data:
- is ASCII data (in which case case-insensitive searches can be appropriate) or not
- has Windows/DOS (
\r\n
) or Unix (\n
) newlines - has null bytes
- various ratios (e.g., whitespace/punctuation to characters, ASCII to non-ASCII, newlines to total bytes)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done