Skip to content

Separate parsing from sockets #50

@KOLANICH

Description

@KOLANICH

I have some packets as bytes and want to analyse them. I also want to generate them as bytes. Currently it is done within the classes for sockets, but they are tied to network functions.

It is proposed to move the parsing and serialization code into .models and add the 2 methods, __bytes__ and from_bytes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions