Method: PacketFu::LLDPPacket#recalc

Defined in:
lib/packetfu/protos/lldp.rb

#recalc(args = {}) ⇒ Object

While there are lengths in LLDPPackets, there’s not much to do with them.



48
49
50
# File 'lib/packetfu/protos/lldp.rb', line 48

def recalc(args={})
  @headers[0].inspect
end