aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-15 21:12:34 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-15 21:12:34 +0000
commitf2b8fb99c97226c607f2a960f625214a8108c647 (patch)
tree57fa15b4d3ecf6f5d2a91b0b113f96593cd93776 /epan/dissectors/packet-ntp.c
parentbca73b61d1748c86b1d3bc01530fb54eb5087318 (diff)
From Dave Higton:
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32481 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ntp.c')
-rw-r--r--epan/dissectors/packet-ntp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ntp.c b/epan/dissectors/packet-ntp.c
index 78d98cb995..3d1154bea5 100644
--- a/epan/dissectors/packet-ntp.c
+++ b/epan/dissectors/packet-ntp.c
@@ -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" },