From 44eff3ce3bd2dab43cc2608a9ed69c0b5fc9a9ed Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 26 Aug 2003 07:07:41 +0000 Subject: [PATCH] From Jesper Peterson: Extract the FCS decoding section of the PPP_HDLC dissector to allow the CHDLC dissector to use the same routine. The ppp_options used for preferences has been renamed to fcs_options and exported via packet-ppp.h so CHDLC gets a separate (but identical) FCS preference. This means prefs.h has to be included before packet-ppp.h so a couple of ppp related files (packet-{gtp,null,raw,vj}.c) had their includes slightly re-arranged. From me: make the PPP/CHDLC FCS code use "crc32()" to check the 32-bit FCS. svn path=/trunk/; revision=8271 --- AUTHORS | 4 ++++ doc/ethereal.pod.template | 1 + 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index c7c47a7b17..011187f982 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1796,6 +1796,10 @@ Niklas Ogren { H.263 support for RTP } +Jesper Peterson { + Cisco HDLC FCS support +} + And assorted fixes and enhancements by the people listed above and by: Pavel Roskin diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template index bdab2dc511..ef09184443 100644 --- a/doc/ethereal.pod.template +++ b/doc/ethereal.pod.template @@ -2009,6 +2009,7 @@ B. Shiang-Ming Huang Tony Lindstrom Niklas Ogren + Jesper Peterson Pavel Roskin Georgi Guninski Jason Copenhaver