Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bootp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 1 May 2001 16:39:41 -0500 (CDT)
guy         2001/05/01 16:39:41 CDT

  Modified files:
    .                    packet-bootp.c 
  Log:
  Put in a comment warning that
  
  	1) "tvb_get_ntohll()" isn't available on all platforms (e.g.,
  	   with at least some compilers on Siemens' Sinix)
  
  and
  
  	2) "%ll{d,o,x}" won't necessarily print a "long long int"
  	   quantity (e.g., on FreeBSD and Digital UNIX).
  
  Revision  Changes    Path
  1.50      +19 -1     ethereal/packet-bootp.c