diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-02-01 20:31:21 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-02-01 20:31:21 +0000 |
commit | 96e0398fc6e3d3dbe8a9d1bd0dbad3f2cf9d9a77 (patch) | |
tree | ec594360623ff671dc47e66ee41b164953ab4dd8 /epan/gdebug.h | |
parent | 8f1fff2e6a5c114c6beafd2983afb55acd3d66ae (diff) | |
download | wireshark-96e0398fc6e3d3dbe8a9d1bd0dbad3f2cf9d9a77.tar.gz wireshark-96e0398fc6e3d3dbe8a9d1bd0dbad3f2cf9d9a77.tar.bz2 wireshark-96e0398fc6e3d3dbe8a9d1bd0dbad3f2cf9d9a77.zip |
Grumble, grumble. I forgot to add the license comment at the top
of these files.
svn path=/trunk/; revision=2968
Diffstat (limited to 'epan/gdebug.h')
-rw-r--r-- | epan/gdebug.h | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/epan/gdebug.h b/epan/gdebug.h index 230931fbf8..baa2cc548d 100644 --- a/epan/gdebug.h +++ b/epan/gdebug.h @@ -1,4 +1,28 @@ -/* $Id: gdebug.h,v 1.1 2001/02/01 20:21:16 gram Exp $ */ +/* gdebug.h + * + * Useful macro for use during development. + * + * $Id: gdebug.h,v 1.2 2001/02/01 20:31:17 gram Exp $ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs <gerald@zing.org> + * Copyright 2001 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 GDEBUG_H #define GDEBUG_H |