Skip to content

Byte frequency profiler #364

@scholarsmate

Description

@scholarsmate

Getting a byte frequency profile is useful to determine if the session data:

  1. is ASCII data (in which case case-insensitive searches can be appropriate) or not
  2. has Windows/DOS (\r\n) or Unix (\n) newlines
  3. has null bytes
  4. various ratios (e.g., whitespace/punctuation to characters, ASCII to non-ASCII, newlines to total bytes)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions