diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-07-16 01:04:36 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-07-16 01:04:36 +0000 |
commit | ee55c8a608d5ac803b0dd700d1ca80a32056da28 (patch) | |
tree | 78ec7a6c9cacbad396a204a63c431dce97d5db4d /epan/dissectors/packet-wlancertextn.h | |
parent | aef7edb1d10de3f1482e31e2ec12d1906a545277 (diff) | |
download | wireshark-ee55c8a608d5ac803b0dd700d1ca80a32056da28.tar.gz wireshark-ee55c8a608d5ac803b0dd700d1ca80a32056da28.tar.bz2 wireshark-ee55c8a608d5ac803b0dd700d1ca80a32056da28.zip |
new protocol
RFC3770 Wlan Certificate Extensions
svn path=/trunk/; revision=14935
Diffstat (limited to 'epan/dissectors/packet-wlancertextn.h')
-rw-r--r-- | epan/dissectors/packet-wlancertextn.h | 39 |
1 files changed, 39 insertions, 0 deletions
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 <gerald@ethereal.com> + * 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 */ + |