aboutsummaryrefslogtreecommitdiffstats
path: root/epan/guid-utils.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-03-11 01:45:42 +0000
committerJörg Mayer <jmayer@loplof.de>2006-03-11 01:45:42 +0000
commit7e40853dbbe920be11f6b5356814bc14fc1687e6 (patch)
tree5d662d57e7f6375fc46f7c4c9d4161913fa64a4d /epan/guid-utils.h
parent76a2df4a58b28ce370c4592db15e707524bc8242 (diff)
propset...
svn path=/trunk/; revision=17574
Diffstat (limited to 'epan/guid-utils.h')
-rw-r--r--epan/guid-utils.h76
1 files changed, 38 insertions, 38 deletions
diff --git a/epan/guid-utils.h b/epan/guid-utils.h
index 85269818a9..d80e2a6458 100644
--- a/epan/guid-utils.h
+++ b/epan/guid-utils.h
@@ -1,38 +1,38 @@
-/* guid-utils.h
- * Definitions for GUID handling
- *
- * $Id$
- *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
- *
- * Copyright 1998 Gerald Combs
- *
- * MobileIPv6 support added by Tomislav Borosa <tomislav.borosa@siemens.hr>
- *
- * 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 __GUID_UTILS_H__
-#define __GUID_UTILS_H__
-
-typedef struct _e_guid_t {
- guint32 data1;
- guint16 data2;
- guint16 data3;
- guint8 data4[8];
-} e_guid_t;
-
-#endif /* __GUID_UTILS_H__ */
+/* guid-utils.h
+ * Definitions for GUID handling
+ *
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ *
+ * Copyright 1998 Gerald Combs
+ *
+ * MobileIPv6 support added by Tomislav Borosa <tomislav.borosa@siemens.hr>
+ *
+ * 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 __GUID_UTILS_H__
+#define __GUID_UTILS_H__
+
+typedef struct _e_guid_t {
+ guint32 data1;
+ guint16 data2;
+ guint16 data3;
+ guint8 data4[8];
+} e_guid_t;
+
+#endif /* __GUID_UTILS_H__ */