aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-26 07:07:41 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-26 07:07:41 +0000
commit44eff3ce3bd2dab43cc2608a9ed69c0b5fc9a9ed (patch)
tree43485972acd827478b8d471bf37da5a0632ca5e1
parent87f8ecdf339ea624a70f50641a5675000086bcc4 (diff)
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
-rw-r--r--AUTHORS4
-rw-r--r--doc/ethereal.pod.template1
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c7c47a7b17..011187f982 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1796,6 +1796,10 @@ Niklas Ogren <niklas.ogren [AT] 71.se> {
H.263 support for RTP
}
+Jesper Peterson <jesper [AT] endace.com> {
+ Cisco HDLC FCS support
+}
+
And assorted fixes and enhancements by the people listed above and by:
Pavel Roskin <proski [AT] gnu.org>
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<http://www.ethereal.com>.
Shiang-Ming Huang <smhuang [AT] pcs.csie.nctu.edu.tw>
Tony Lindstrom <tony.lindstrom [AT] ericsson.com>
Niklas Ogren <niklas.ogren [AT] 71.se>
+ Jesper Peterson <jesper [AT] endace.com>
Pavel Roskin <proski [AT] gnu.org>
Georgi Guninski <guninski [AT] guninski.com>
Jason Copenhaver <jcopenha [AT] typedef.org>