lib/packetgen/header/icmpv6.rb in packetgen-1.2.0 vs lib/packetgen/header/icmpv6.rb in packetgen-1.3.0

- old
+ new

@@ -5,12 +5,12 @@ module PacketGen module Header # A ICMPv6 header consists of: - # * a +type+ field ({Int8} type), - # * a +code+ field ({Int8} type), - # * a +checksum+ field ({Int16} type), + # * a +type+ field ({Types::Int8} type), + # * a +code+ field ({Types::Int8} type), + # * a +checksum+ field ({Types::Int16} type), # * and a +body+. # # == Create a ICMPv6 header # # standalone # icmpv6 = PacketGen::Header::ICMPv6.new