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