Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/libpcap sync with rev. 1.5 of sys/dist/pf/net/if_pflog....



details:   https://anonhg.NetBSD.org/src/rev/19d34e842e2a
branches:  trunk
changeset: 752068:19d34e842e2a
user:      drochner <drochner%NetBSD.org@localhost>
date:      Fri Feb 12 21:16:56 2010 +0000

description:
sync with rev. 1.5 of sys/dist/pf/net/if_pflog.h (which was before
the 5.x branch), to make filter expressions in pflog dumps work again,
from Lucio Albornoz per PR bin/42780
(pullup candidate)

diffstat:

 dist/libpcap/pf.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d3750272441f -r 19d34e842e2a dist/libpcap/pf.h
--- a/dist/libpcap/pf.h Fri Feb 12 16:57:52 2010 +0000
+++ b/dist/libpcap/pf.h Fri Feb 12 21:16:56 2010 +0000
@@ -26,7 +26,7 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * @(#) $Header: /cvsroot/src/dist/libpcap/Attic/pf.h,v 1.1.1.1 2006/02/27 15:45:49 drochner Exp $ (LBL)
+ * @(#) $Header: /cvsroot/src/dist/libpcap/Attic/pf.h,v 1.2 2010/02/12 21:16:56 drochner Exp $ (LBL)
  */
 
 /*     from $OpenBSD: pfvar.h,v 1.170 2003/08/22 21:50:34 david Exp $ */
@@ -71,6 +71,10 @@
        char            ruleset[PF_RULESET_NAME_SIZE];
        u_int32_t       rulenr;
        u_int32_t       subrulenr;
+       u_int32_t       uid;
+       int32_t         pid;
+       u_int32_t       rule_uid;
+       int32_t         rule_pid;
        u_int8_t        dir;
        u_int8_t        pad[3];
 };



Home | Main Index | Thread Index | Old Index