From 878a1b714bed97e2fbe4a5138688b12b4aef5002 Mon Sep 17 00:00:00 2001 From: Marco Pfatschbacher Date: Fri, 7 Oct 2005 19:32:40 +0000 Subject: Add Spanning Tree Protocol support. Bump version to 3.1. OK brad@ --- lib/libpcap/gencode.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libpcap/gencode.h') diff --git a/lib/libpcap/gencode.h b/lib/libpcap/gencode.h index 487ae35ad3e..39c5d568877 100644 --- a/lib/libpcap/gencode.h +++ b/lib/libpcap/gencode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gencode.h,v 1.11 2003/05/14 08:50:37 canacar Exp $ */ +/* $OpenBSD: gencode.h,v 1.12 2005/10/07 19:32:39 mpf Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -20,7 +20,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /cvs/OpenBSD/src/lib/libpcap/gencode.h,v 1.11 2003/05/14 08:50:37 canacar Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/src/lib/libpcap/gencode.h,v 1.12 2005/10/07 19:32:39 mpf Exp $ (LBL) */ /* Address qualifiers. */ @@ -59,6 +59,7 @@ #define Q_ESP 19 #define Q_PIM 20 +#define Q_STP 21 /* Directional qualifiers. */ -- cgit v1.2.3