Reference clock identifiers a DATUM TymServe 2100 NTP network timeserver

can return, from Phil Techau.

svn path=/trunk/; revision=2652
This commit is contained in:
Guy Harris 2000-11-17 05:25:59 +00:00
parent ee1b884ee9
commit d939763545
2 changed files with 5 additions and 1 deletions

View File

@ -377,6 +377,7 @@ Phil Techau <phil_t@altavista.net> {
Added "col_append_str()"
Signed integer support in display filters and in the protocol tree
BOOTP fixes
Additional NTP reference clock identifiers
}
Wes Hardaker <wjhardaker@ucdavis.edu> {

View File

@ -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}
};