aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-03-03 23:48:56 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-03-03 23:48:56 +0000
commited9de27ba101c5d4570818c9dcc6d17bee093d6b (patch)
tree60058dc480d7846fafa183e7a3d76d00cdd78d24 /epan/dissectors
parent4c6e0d3604c4d4df5060ada88d9be6e3ae798732 (diff)
Change "Reference Clock ID" to "Reference ID" to match RFC5905 (also
mention this RFC in the comments). svn path=/trunk/; revision=36134
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-ntp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ntp.c b/epan/dissectors/packet-ntp.c
index d741c746a6..574ff6fa37 100644
--- a/epan/dissectors/packet-ntp.c
+++ b/epan/dissectors/packet-ntp.c
@@ -43,7 +43,7 @@
#include "packet-ntp.h"
/*
- * Dissecting NTP packets version 3 and 4 (RFC2030, RFC1769, RFC1361,
+ * Dissecting NTP packets version 3 and 4 (RFC5905, RFC2030, RFC1769, RFC1361,
* RFC1305).
*
* Those packets have simple structure:
@@ -188,7 +188,7 @@ static const value_string info_mode_types[] = {
};
/* According to rfc, primary (stratum-0 and stratum-1) servers should set
- * their Reference Clock ID (4bytes field) according to following table:
+ * their Reference ID (4bytes field) according to following table:
*/
static const struct {
const char *id;
@@ -783,7 +783,7 @@ dissect_ntp_std(tvbuff_t *tvb, proto_tree *ntp_tree, guint8 flags)
}
}
proto_tree_add_bytes_format(ntp_tree, hf_ntp_refid, tvb, 12, 4,
- NULL, "Reference Clock ID: %s", buff);
+ NULL, "Reference ID: %s", buff);
/* Reference Timestamp: This is the time at which the local clock was
* last set or corrected.