1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 00:49:01 +00:00

Remove redundant code, already part of Frame:new()

This commit is contained in:
nnposter
2024-08-25 18:27:05 +00:00
parent a97b4c83aa
commit ec17ad7e02
2 changed files with 0 additions and 2 deletions

View File

@@ -113,7 +113,6 @@ ftp_helper = {
-- Get ethernet values
local f = packet.Frame:new(l2data)
f:ether_parse()
local p = packet.Packet:new(l3data, #l3data)
if isIp4 then