From Dave Higton:
authorJaap Keuter <jaap.keuter@xs4all.nl>
Thu, 15 Apr 2010 21:12:34 +0000 (21:12 -0000)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Thu, 15 Apr 2010 21:12:34 +0000 (21:12 -0000)
When decoding NTP where the Reference Clock ID is "MSF/0", Wireshark textifies
this as "Rugby (UK) Radio 60 kHz".  The MSF transmitter was moved several years
ago from Rugby to Anthorn.

Also updates from RFC 4330.

svn path=/trunk/; revision=32481

epan/dissectors/packet-ntp.c

index 78d98cb995d798c11135c9cf2cb75ebd5281f778..3d1154bea5a8af55ac82d7fd494e2e3ec5d6a10d 100644 (file)
@@ -195,13 +195,15 @@ static const struct {
        const char *data;
 } primary_sources[] = {
        { "LOCL",       "uncalibrated local clock" },
-       { "PPS\0",      "atomic clock or other pulse-per-second source" },
+       { "CESM",       "calibrated Cesium clock" },
+       { "RBDM",       "calibrated Rubidium clock" },
+       { "PPS\0",      "calibrated quartz clock or other pulse-per-second source" },
        { "ACTS",       "NIST dialup modem service" },
        { "USNO",       "USNO modem service" },
        { "PTB\0",      "PTB (Germany) modem service" },
        { "TDF\0",      "Allouis (France) Radio 164 kHz" },
        { "DCF\0",      "Mainflingen (Germany) Radio 77.5 kHz" },
-       { "MSF\0",      "Rugby (UK) Radio 60 kHz" },
+       { "MSF\0",      "Anthorn (UK) Radio 60 kHz" },
        { "WWV\0",      "Ft. Collins (US) Radio 2.5, 5, 10, 15, 20 MHz" },
        { "WWVB",       "Boulder (US) Radio 60 kHz" },
        { "WWVH",       "Kauai Hawaii (US) Radio 2.5, 5, 10, 15 MHz" },