Ethereal-cvs: [Ethereal-cvs] rev 17533: /trunk/epan/dissectors/: packet-bssgp.c

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

Date: Wed, 08 Mar 2006 18:58:09 GMT
User: etxrab
Date: 2006/03/08 12:58 PM

Log:
 CID4 and CID3 Change
  if ((value >= 1) || (value <= 0x4a)) {
 
 to  if ((value >= 1) && (value <= 0x4a)) {

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



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