Skip to content

Support SCAPY fuzz() #10

@nrathaus

Description

@nrathaus

Hi,

To support SCAPY fuzz implementation a small fix is required (adding the access to default rather to self.flags):

    @property
    def has_twostepflag_set(self):
        if isinstance(self.flags, scapy.volatile.VolatileValue):
            return "TWO_STEP" in self.flags.default
        else:
            return "TWO_STEP" in self.flags

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