Skip to content

enhancement DHCP Layer - missing TFTP options in DHCPOptions #2747

Description

@azdolinski

Brief description

in scapy/scapy/layers/dhcp.py - options related to TFTP in DHCPOptions are missing

Environment

  • Scapy version: 2.4.4r2 - file: scapy/scapy/layers/dhcp.py
    + 66: "tftp_server_name"
    + 150: IPField("tftp_server_address", "0.0.0.0"),

Screenshot From Wireshark

Actual result

Not able to add these parameters when building pkt

Expected result

add those two lines to - scapy/scapy/layers/dhcp.py -> DHCPOptions in next release

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions