Ethereal-cvs: [Ethereal-cvs] rev 16779: /trunk/epan/dissectors/: packet-isup.c

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

Date: Tue, 13 Dec 2005 10:59:35 GMT
User: guy
Date: 2005/12/13 04:59 AM

Log:
 Fix some bit mask tests - & has lower priority than !=, so "a & b != c"
 means "a & (b != c)", not "(a & b) != c".
 
 Put in a comment noting a potential problem with defragmentation,
 pointed out by a compiler warning that apm_Segmentation_local_ref might
 not be set before it's used.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +8 -2      packet-isup.c    Modified



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