zhijianfree commented on issue #899: bug: mqtt proxy plugin can not work
URL: 
https://github.com/apache/incubator-apisix/issues/899#issuecomment-561063658
 
 
   i dump the mqtt comman "CONNECT" 's data:
   
   picture:
   
![image](https://user-images.githubusercontent.com/21210211/70034891-e3691000-15ec-11ea-8ac2-9938456be78e.png)
   
   **the text data is here :**
   > [root@VM_138_238_centos logs]# tcpdump -q -XX -vvv -nn port 9100
   tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 
bytes
   16:47:10.085342 IP (tos 0x0, ttl 116, id 14223, offset 0, flags [DF], proto 
TCP (6), length 52)
       116.25.44.136.2052 > 10.104.138.238.9100: tcp 0
        0x0000:  5254 00c3 6836 feee ffff ffff 0800 4500  RT..h6........E.
        0x0010:  0034 378f 4000 7406 993d 7419 2c88 0a68  .47.@.t..=t.,..h
        0x0020:  8aee 0804 238c 7dc9 afa8 0000 0000 8002  ....#.}.........
        0x0030:  faf0 e561 0000 0204 0578 0103 0308 0101  ...a.....x......
        0x0040:  0402                                     ..
   16:47:10.085363 IP (tos 0x0, ttl 64, id 11792, offset 0, flags [DF], proto 
TCP (6), length 40)
       10.104.138.238.9100 > 116.25.44.136.2052: tcp 0
        0x0000:  feee ffff ffff 5254 00c3 6836 0800 4500  ......RT..h6..E.
        0x0010:  0028 2e10 4000 4006 d6c8 0a68 8aee 7419  .(..@.@....h..t.
        0x0020:  2c88 238c 0804 0000 0000 7dc9 afa9 5014  ,.#.......}...P.
        0x0030:  0000 20d6 0000                           ......
   16:47:10.594298 IP (tos 0x0, ttl 116, id 14225, offset 0, flags [DF], proto 
TCP (6), length 52)
       116.25.44.136.2053 > 10.104.138.238.9100: tcp 0
        0x0000:  5254 00c3 6836 feee ffff ffff 0800 4500  RT..h6........E.
        0x0010:  0034 3791 4000 7406 993b 7419 2c88 0a68  .47.@.t..;t.,..h
        0x0020:  8aee 0805 238c 7dc9 afa8 0000 0000 8002  ....#.}.........
        0x0030:  faf0 e560 0000 0204 0578 0103 0308 0101  ...`.....x......
        0x0040:  0402                                     ..
   16:47:10.594327 IP (tos 0x0, ttl 64, id 12097, offset 0, flags [DF], proto 
TCP (6), length 40)
       10.104.138.238.9100 > 116.25.44.136.2053: tcp 0
        0x0000:  feee ffff ffff 5254 00c3 6836 0800 4500  ......RT..h6..E.
        0x0010:  0028 2f41 4000 4006 d597 0a68 8aee 7419  .(/A@.@....h..t.
        0x0020:  2c88 238c 0805 0000 0000 7dc9 afa9 5014  ,.#.......}...P.
        0x0030:  0000 20d5 0000                           ......
   16:47:11.102743 IP (tos 0x0, ttl 116, id 14227, offset 0, flags [DF], proto 
TCP (6), length 52)
       116.25.44.136.2054 > 10.104.138.238.9100: tcp 0
        0x0000:  5254 00c3 6836 feee ffff ffff 0800 4500  RT..h6........E.
        0x0010:  0034 3793 4000 7406 9939 7419 2c88 0a68  .47.@.t..9t.,..h
        0x0020:  8aee 0806 238c 7dc9 afa8 0000 0000 8002  ....#.}.........
        0x0030:  faf0 e55f 0000 0204 0578 0103 0308 0101  ..._.....x......
        0x0040:  0402                                     ..
   16:47:11.102767 IP (tos 0x0, ttl 64, id 12233, offset 0, flags [DF], proto 
TCP (6), length 40)
       10.104.138.238.9100 > 116.25.44.136.2054: tcp 0
        0x0000:  feee ffff ffff 5254 00c3 6836 0800 4500  ......RT..h6..E.
        0x0010:  0028 2fc9 4000 4006 d50f 0a68 8aee 7419  .(/.@.@....h..t.
        0x0020:  2c88 238c 0806 0000 0000 7dc9 afa9 5014  ,.#.......}...P.
        0x0030:  0000 20d4 0000                           ......
   
   so, pls check.
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to