Hi all, I have custom hardware with custom firmware, using WiFi only. The firmware uses SNTP to time stamp emails that it sends out. On initialization, it takes a few seconds for the firmware to capture a valid time stamp. Once that happens, it's good to go. The time stamp is refreshed from pool.ntp.org every 10 minutes. My problem is I get an initial time stamp but after 10 minutes it doesn't refresh. I'm trying to figure out where the disconnect is. But, I don't see even the initial connection to pool.ntp.org in the Wireshark capture window. If I filter on my IP address, 192.168.1.86, I see the DHCP transactions after power up, then some packets to 224.0.0.251 (what the heck is that???), then nothing. I know I'm getting the first NTP time stamp because I can send an email with the correct time. But I don't understand why I don't see it in the packets? Sorry, I'm completely new on IP, WiFi and Wireshark, so pardon my ignorance. Any help is appreciated. Dave asked 30 Nov '16, 23:34 djw showing 5 of 7 show 2 more comments |
We are going to need more information.
Oops! Sorry, I've related this problem so many times I left off some info.
I'm really confused why when I'm positive there's a transfer between my hardware and the NTP server, why I don't see that under the WiFi capture.
Thanks,
Dave
And the OS running on your laptop, I suspect Windows which is problematic when trying to capture the wireless traffic of other devices?
Hsve you looked at the Wiki page on wireless capture?
Ouch! Yes, Win 10.
Thanks for the link. I think that answers my question.
As I always say, "If it can't be done, it's probably not worth doing." (c) 2016
npcap, the upcoming replacement for WinPcap, the capture library on Windows, may be able to capture wireless traffic. See the npcap site for more info.
Great! Any idea when this might come along with Wireshark?
Not for a while yet, waiting for a few things to be completed and for it to stabilise. Wireshark already has support for it built-in, we just haven't put the actual npcap library in the installer.