Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2004 18:04:34 +0000 (UTC)
From:      Max Laier <mlaier@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/pf/pflogd pflogd.c
Message-ID:  <200408311804.i7VI4YtV070366@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mlaier      2004-08-31 18:04:34 UTC

  FreeBSD src repository

  Modified files:
    contrib/pf/pflogd    pflogd.c 
  Log:
  Make pflogd(8) store pcap_sf_pkthdr instead of MD timeval contaminated
  pcap_pkthdr. This makes /var/log/pflog standart compliant on 64bit archs.
  
  OpenBSD has fixed this by changing the bpf timeval to 32bit in the kernel,
  so no need to report this over (again).
  
  PR:             bin/71096 (w/ changes)
  Submitted by:   Ville-Pertti Keinonen
  Tested by:      amd64(submitter), sparc64(yongari), i386(myself)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.6       +36 -0     src/contrib/pf/pflogd/pflogd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408311804.i7VI4YtV070366>