aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-07-15 21:41:47 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-07-15 21:41:47 +0000
commit910f6f94ace97ccb70bd8320c022d5dcae81e83e (patch)
treeae8092f69baa21340729fabcd6c0b30015bdc90d /epan
parent07cc608f6a29dbfc9d43a100a303bd4a6754b6fb (diff)
forgot to add the (c) notice
svn path=/trunk/; revision=14928
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-radius.h24
-rw-r--r--epan/radius_dict.l26
2 files changed, 50 insertions, 0 deletions
diff --git a/epan/dissectors/packet-radius.h b/epan/dissectors/packet-radius.h
index 437660e2c3..f7bda03c89 100644
--- a/epan/dissectors/packet-radius.h
+++ b/epan/dissectors/packet-radius.h
@@ -1,3 +1,27 @@
+/*
+ * packet-radius.c
+ *
+ * Definitions for RADIUS packet disassembly
+ * $Id$
+ *
+ * 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.
+ */
typedef struct _radius_vendor_info_t {
gchar *name;
diff --git a/epan/radius_dict.l b/epan/radius_dict.l
index 1ff238c738..4bac0b3a7f 100644
--- a/epan/radius_dict.l
+++ b/epan/radius_dict.l
@@ -8,6 +8,32 @@
%option outfile="radius_dict.c"
%{
+ /* packet-radius.c
+ *
+ * RADIUS dictionary parser
+ *
+ * $Id$
+ *
+ * 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.
+ *
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif