Ethereal-cvs: [Ethereal-cvs] rev 13571: /trunk/epan/dissectors/: packet-gprs-llc.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 02 Mar 2005 00:21:45 -0000
User: guy
Date: 2005/03/01 06:21 PM

Log:
 Handle the CRC correctly:
 
 	don't do it if we don't have the entire packet, including the
 	CRC value;
 
 	fetch the CRC value from the packet with tvb_get_letoh24(),
 	and compare that against the computed CRC, rather than comparing
 	the computed CRC (presumably in host byte order) with the
 	little-endian CRC in the packet (that doesn't work if host byte
 	order is big-endian).

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +65 -24    packet-gprs-llc.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13571&view=rev