Skip to main content
Skip table of contents

Get VLAN Offset

function Packet_GetVlanOffset (msg, packet)
  require 'LOG'
  local offset = 0
  if (packet ~= nil) then
    offset = GetVlanOffset(packet)
    EZINFO('Vlan Offset: ' .. offset)
  end
end
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.