Ethereal-cvs: [Ethereal-cvs] rev 13609: /trunk/epan/dissectors/: packet-bacapp.c

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

Date: Sun, 06 Mar 2005 01:54:04 -0000
User: guy
Date: 2005/03/05 07:53 PM

Log:
 Don't use "long" and "%l[doux]" for 64-bit quantities, use guint64 and %
 followed by PRIu64.
 
 Don't use C++/C99-style comments.
 
 Use "tvb_reported_length()" to get packet lengths - don't use
 "tvb_length()", and especially don't directly refer to the "length"
 field of the tvbuff.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +86 -74    packet-bacapp.c    Modified



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