Ethereal-cvs: [Ethereal-cvs] Rev 12399: /trunk/epan/dissectors/: packet-per.c

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

Date: Wed, 27 Oct 2004 02:34:37 -0000
User: guy
Date: 2004/10/26 09:34 PM

Log:
 Encapsulate into a macro the idiom
 
 	if(offset&0x07){
 		offset=(offset&0xfffffff8)+8;
 	}
 
 for byte-aligning a bit offset.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +15 -35    packet-per.c    Modified



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