Ethereal-cvs: [Ethereal-cvs] rev 16792: /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: Wed, 14 Dec 2005 07:33:09 GMT
User: guy
Date: 2005/12/14 01:33 AM

Log:
 "a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are the
 same, and have only one bit set, "(a & b) == c", which is what is
 intended, is the same as "a & b".
 
 In addition, we don't want to do desegmentation if "isup_apm_desegment"
 isn't set, so that test should be ANDed with the other two tests.

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



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