Index: nselib/dhcp.lua =================================================================== --- nselib/dhcp.lua (revision 24581) +++ nselib/dhcp.lua (working copy) @@ -455,7 +455,7 @@ -- --@param data The DHCP packet data. Any padding at the end of the packet will be ignored (by default, -- DHCP packets are padded with \x00 bytes). -local function dhcp_parse(data, transaction_id) +function dhcp_parse(data, transaction_id) local pos = 1 local result = {}