Bonjour,
Grace a wireshark j'ai reussi a recuperer des information sur une trame que je voudrais pouvoir recreer en Javascript/HML5
Voici ma belle trame :
Code :
665 8.466954 192.192.10.155 192.192.10.144 HTTP POST / HTTP/1.1 Continuation or non-HTTP traffic
Hypertext Transfer Protocol
POST / HTTP/1.1\r\n
[Expert Info (Chat/Sequence): POST / HTTP/1.1\r\n]
[Message: POST / HTTP/1.1\r\n]
[Severity level: Chat]
[Group: Sequence]
Request Method: POST
Request URI: /
Request Version: HTTP/1.1
Content-Length: 17\r\n
[Content length: 17]
\r\n
Data (17 bytes)
Data: 7c317c317c307c307c307c307c307c317c
[Length: 17]
Hypertext Transfer Protocol
\r\n
0000 00 30 de 01 82 f7 00 0b 97 bd 9b e9 08 00 45 00 .0...... ......E.
0010 00 62 f5 d9 40 00 80 06 6e 10 c0 c0 0a 9b c0 c0 .b..@... n.......
0020 0a 90 89 db 00 50 dd 17 85 39 f7 0d 33 6c 50 18 .....P.. .9..3lP.
0030 fb 40 5d 2d 00 00 50 4f 53 54 20 2f 20 48 54 54 .@]-..PO ST / HTT
0040 50 2f 31 2e 31 0d 0a 43 6f 6e 74 65 6e 74 2d 4c P/1.1..C ontent-L
0050 65 6e 67 74 68 3a 20 31 37 0d 0a 0d 0a 7c 31 7c ength: 1 7....|1|
0060 31 7c 30 7c 30 7c 30 7c 30 7c 30 7c 31 7c 0d 0a 1|0|0|0| 0|0|1|..
Je pense que cela est un post mais je le trouve bizare.
Ps cela est envoyer par une applet Java que je veut recreer en HTML5.