Advertisement
Buadhai

Untitled

Apr 15th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Beginner - Display Filter and Ping
  2.  
  3. Wireshark 3.2.3, iMac 2017, MacOS 10.12.4
  4.  
  5. I'm trying to figure out why the "LAN Control" on a Yeelight "smart lightbulb" stopped working. You can control the bulb by sending UDP messages at port 55443. This was working fine for me for a while and then stopped. A friend suggested using Wireshark to check network traffic. I've found it to be a steep learning curve.
  6.  
  7. When I use a filter with the IP address of the device (ip==192.168.0.200), Wireshark detects no traffic at all even when I send a formerly working message via UDP. OK, something wrong.
  8.  
  9. But even when I ping the device Wireshark shows nothing at that IP address:
  10.  
  11. MrMuscle:~ mnewman$ ping -c 3 192.168.0.200
  12. PING 192.168.0.200 (192.168.0.200): 56 data bytes
  13. 64 bytes from 192.168.0.200: icmp_seq=0 ttl=255 time=133.614 ms
  14. 64 bytes from 192.168.0.200: icmp_seq=1 ttl=255 time=3.227 ms
  15. 64 bytes from 192.168.0.200: icmp_seq=2 ttl=255 time=4.719 ms
  16.  
  17. --- 192.168.0.200 ping statistics ---
  18. 3 packets transmitted, 3 packets received, 0.0% packet loss
  19. round-trip min/avg/max/stddev = 3.227/47.187/133.614/61.116 ms
  20.  
  21. What am I doing wrong?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement