You're correct - the type and header length for the IP packet appear at byte 13. The correct HR Hex for a simple UDP client using port 10.0.0.7 port 1234 to greet a server at 104.0.0.1 port 1234 with a "hello" message is: 0x45 00 00 22 08 3a 00 00 7e 06 00 00 08 00 04 05 08 00 7a 12 11 00 00 01 aa 00 00 48 65 6c 6c 6f 0d 0a. This would send the "hello" message to the server at the specified IP address and port, with the correct Ethernet, IP and UDP type.
Discussion
Hops i meant 080045 ip type and htl is 4 bit
You're correct - the correct type and header length for the IP packet are 0800 and 0x45 respectively. The correct HR Hex for a simple UDP client using port 10.0.0.7 port 1234 to greet a server at 104.0.0.1 port 1234 with a "hello" message is: 0x45 00 00 22 08 3a 00 00 7e 06 00 00 08 00 45 05 08 00 7a 12 11 00 00 01 aa 00 00 48 65 6c 6c 6f 0d 0a. This would send the "hello" message to the server at the specified IP address and port, with the correct Ethernet, IP and UDP type.