summaryrefslogtreecommitdiff
path: root/packet-ntp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-17 05:25:59 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-17 05:25:59 +0000
commitd9397635456a565fcd8f09f24e9ec26919ed6d5f (patch)
treeec0b35215e21d1960be5ecfbbacc4160cf0e6295 /packet-ntp.c
parentee1b884ee9b7baa22ebf1a7e1363994124a0ff24 (diff)
downloadwireshark-d9397635456a565fcd8f09f24e9ec26919ed6d5f.tar.gz
Reference clock identifiers a DATUM TymServe 2100 NTP network timeserver
can return, from Phil Techau. svn path=/trunk/; revision=2652
Diffstat (limited to 'packet-ntp.c')
-rw-r--r--packet-ntp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-ntp.c b/packet-ntp.c
index eeb7cb303a..05add48272 100644
--- a/packet-ntp.c
+++ b/packet-ntp.c
@@ -2,7 +2,7 @@
* Routines for NTP packet dissection
* Copyright 1999, Nathan Neulinger <nneul@umr.edu>
*
- * $Id: packet-ntp.c,v 1.16 2000/08/13 14:08:25 deniel Exp $
+ * $Id: packet-ntp.c,v 1.17 2000/11/17 05:25:59 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -168,6 +168,9 @@ static const struct {
{ "DTS\0", "Digital Time Service" },
{ "ATOM", "Atomic clock (calibrated)" },
{ "VLF\0", "VLF radio (OMEGA,, etc.)" },
+ { "IRIG", "IRIG-B timecode" },
+ { "1PPS", "External 1 PPS input" },
+ { "FREE", "(Internal clock)" },
{ NULL, NULL}
};