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
This commit is contained in:
Guy Harris 2003-08-26 07:07:41 +00:00
parent 87f8ecdf33
commit 44eff3ce3b
2 changed files with 5 additions and 0 deletions

View File

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

View File

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