Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ipsec.c packet.c packet.h

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Sat, 8 Jul 2000 05:46:36 -0500 (CDT)
gram        2000/07/08 05:46:32 CDT

  Modified files:
    .                    packet-ipsec.c packet.c packet.h 
  Log:
  Add preference for placement of AH payload, at same level or in subtree.
  
  Move max_len settings in various col_* functions outside of loop.
  
  Add 'writable' flag to col_info. check_col() honors its. dissect_packet()
  sets it as TRUE. dissect_ah() optionally sets it to FALSE.
  
  Add col_set_writable() function to set the 'writable' flag. Accepts
  frame_data arg just like the rest of the column functions. It checks to
  make sure fd->cinfo is not NULL.
  
  Revision  Changes    Path
  1.18      +31 -6     ethereal/packet-ipsec.c
  1.96      +32 -18    ethereal/packet.c
  1.190     +4 -1      ethereal/packet.h