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

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

From: Jeff Foster <jfoster@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Jan 2001 12:58:43 -0600 (CST)
jfoster     2001/01/17 12:58:42 CST

  Modified files:
    wiretap              ngsniffer.c 
  Log:
  Fixed potential buffer overflow in skip_header_records when processing
  REC_HEADER2 encapsulation type.
  
  Modified skip_header_records to accept REC_HEADER3-REC_HEADER7.
  These header records would cause file read error if the capture file was
  compressed.
  
  Revision  Changes    Path
  1.61      +15 -17    ethereal/wiretap/ngsniffer.c