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
Brief description
in scapy/scapy/layers/dhcp.py - options related to TFTP in DHCPOptions are missing
Environment
+ 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