From Dominic B�chaz: IEEE 1588 (Precision Time Protocol) support.

svn path=/trunk/; revision=10857
This commit is contained in:
Gerald Combs 2004-05-12 03:37:28 +00:00
parent 9950e82677
commit b17c24f450
4 changed files with 2138 additions and 1 deletions

View File

@ -2119,6 +2119,10 @@ Rich Coe <Richard.Coe [AT] med.ge.com> {
DICOM support
}
Dominic Béchaz <bdo [AT] zhwin.ch> {
IEEE 1588 / PTP support
}
And assorted fixes and enhancements by the people listed above and by:
Pavel Roskin <proski [AT] gnu.org>

View File

@ -2291,6 +2291,7 @@ B<http://www.ethereal.com>.
Joe Marcus Clarke <marcus [AT] marcuscom.com>
Carlos M. Pignataro <cpignata [AT] cisco.com>
Kendy Kutzner <kutzner [AT] tm.uka.de>
Dominic Béchaz <bdo [AT] zhwin.ch>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
# $Id: Makefile.common,v 1.23 2004/05/09 10:03:40 guy Exp $
# $Id: Makefile.common,v 1.24 2004/05/12 03:37:28 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -359,6 +359,7 @@ DISSECTOR_SRC = \
../packet-pptp.c \
../packet-pres.c \
../packet-prism.c \
../packet-ptp.c \
../packet-q2931.c \
../packet-q931.c \
../packet-q933.c \

2131
packet-ptp.c Normal file

File diff suppressed because it is too large Load Diff