Ethereal-cvs: [Ethereal-cvs] rev 13557: /trunk/epan/dissectors/: packet-http.c

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

Date: Mon, 28 Feb 2005 22:39:14 -0000
User: lego
Date: 2005/02/28 04:39 PM

Log:
 even if unharmful, this was simply ugly.
 change
 
 do {
  if (i == 0) break;
  ...
 } while (i);
 
 for a propper
 
 while(i) {
  ...
 }

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



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