mirror of
https://github.com/nmap/nmap.git
synced 2026-09-02 08:20:52 +00:00
Renamed Packet:ip6_set_len into Packet:ip6_set_plen for consistency.
This commit is contained in:
parent
6f29a6a1d4
commit
f73e6665a1
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ function Packet:ipv6_ext_header_parse(force_continue)
|
|||
end
|
||||
--- Set the payload length field.
|
||||
-- @param plen Payload length.
|
||||
function Packet:ip6_set_len(plen)
|
||||
function Packet:ip6_set_plen(plen)
|
||||
self:set_u16(self.ip6_offset + 4, plen)
|
||||
self.ip6_plen = plen
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue