Commit afdcbed8 authored by tepelmann's avatar tepelmann
Browse files

Minor corrections.

parent 2ee3b65a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
		const UInt16 	c_opReply := 2;
		const UInt16 	c_opReply := 2;
		const UInt16 	c_hrdEthernet := 1;
		const UInt16 	c_hrdEthernet := 1;
		const UInt16	c_arpHwTypeEth := 1;
		const UInt16	c_arpHwTypeEth := 1;
		const UInt16	c_arpProtocolTypeIp := 8;
		const UInt16	c_arpProtocolTypeIp := oct2int('0800'O);
	}
	}


 	group ArpPackets {
 	group ArpPackets {