I'm trying to send a packet via Perl, I sniffed the traffic of the packet I want to send and the packet from wireshark is:
0000 00 19 e0 98 17 e8 00 1a 92 41 32 13 08 00 45 00 ........ .A2...E.
0010 00 a7 03 56 40 00 80 06 7f 5d c0 a8 01 64 5e 67 ...V@... .]...d^g
0020 57 2a ea a8 08 be 41 03 2a a1 5e 12 bf 5f 50 18 W*....A. *.^.._P.
0030 01 00 25 2e 00 00 aa 01 ad de 13 f0 54 65 73 74 ..%..... ....Test
0040 00 00 00 00 00 00 00 00 31 32 33 34 00 00 00 00 ........ 1234....
0050 00 00 00 00 65 6e 67 6c 53 bd d4 2b bf 5f a7 6f ....engl S..+._.o
0060 a1 56 d3 4d 56 8d 53 f3 f3 e8 f0 60 f5 20 f3 62 .V.MV.S. ...`. .b
0070 d1 20 bc 3d d1 21 e8 bd 27 3b 1b 8d 22 6b aa 5b . .=.!.. ';.."k.[
0080 d2 05 d3 38 48 6e 50 43 ba 2a 09 73 8c 9c 63 4a ...8HnPC .*.s..cJ
0090 ba d4 14 62 8e b2 34 2f ae 50 c8 2b 4c 06 06 fd ...b..4/ .P.+L...
00a0 9e 51 f1 a9 89 dd f2 aa 6c 87 b2 8d 77 63 6c 02 .Q...... l...wcl.
00b0 a6 91 5c 02 00 ..\..
Could anyone give me some pointers on where to go from here? What to research, etc.