Searched refs:protoType (Results 1 – 1 of 1) sorted by relevance
118 final short protoType = buffer.getShort(); in parseArpPacket() local119 if (protoType != ETH_P_IP) { in parseArpPacket()120 throw new ParseException("Incorrect Protocol Type: " + protoType); in parseArpPacket()