From ee55c8a608d5ac803b0dd700d1ca80a32056da28 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 16 Jul 2005 01:04:36 +0000 Subject: new protocol RFC3770 Wlan Certificate Extensions svn path=/trunk/; revision=14935 --- epan/dissectors/packet-wlancertextn.h | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 epan/dissectors/packet-wlancertextn.h (limited to 'epan/dissectors/packet-wlancertextn.h') diff --git a/epan/dissectors/packet-wlancertextn.h b/epan/dissectors/packet-wlancertextn.h new file mode 100644 index 0000000000..7e681887dd --- /dev/null +++ b/epan/dissectors/packet-wlancertextn.h @@ -0,0 +1,39 @@ +/* Do not modify this file. */ +/* It is created automatically by the ASN.1 to Ethereal dissector compiler */ +/* ./packet-wlancertextn.h */ +/* ../../tools/asn2eth.py -X -b -e -p wlancertextn -c wlancertextn.cnf -s packet-wlancertextn-template WLANCERTEXTN.asn */ + +/* Input file: packet-wlancertextn-template.h */ + +/* packet-wlancertextn.h + * Routines for Wireless Certificate Extensions (RFC3770) packet dissection + * Ronnie Sahlberg 2005 + * + * $Id: packet-wlancertextn-template.h 12573 2004-11-22 03:36:26Z sahlberg $ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#ifndef PACKET_WLANCERTEXTN_H +#define PACKET_WLANCERTEXTN_H + +/*#include "packet-wlancertextn-exp.h"*/ + +#endif /* PACKET_WLANCERTEXTN_H */ + -- cgit v1.2.3