Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap 5views.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 29 Jul 2003 15:26:35 -0500 (CDT)
guy         2003/07/29 15:26:35 CDT

  Modified files:
    wiretap              5views.c 
  Log:
  Use "guint16" and "guint32" for items in data records, rather than
  "unsigned short", "unsigned int" (or "int", as the items appear to be
  unsigned), or "unsigned long".
  
  Convert data to and from the appropriate byte order.
  
  Don't free the private data structure in the dumper's close routine -
  "wtap_dump_close()" does that for you.
  
  Revision  Changes    Path
  1.2       +65 -55    ethereal/wiretap/5views.c