Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-ddtp.h
index ab92e25641bb601f76527f80d422b03222ba584b..98c30f805d2bb7dfdb8c67aee904a1123b19ed15 100644 (file)
@@ -1,9 +1,9 @@
 /* packet-ddtp.h
  * Routines for DDTP (Dynamic DNS Tools Protocol) packet disassembly
  * see http://ddt.sourceforge.net/
- * Olivier Abad <abad@daba.dhis.net>
+ * Olivier Abad <oabad@cybercable.fr>
  *
- * $Id: packet-ddtp.h,v 1.1 2000/04/13 21:03:56 oabad Exp $
+ * $Id: packet-ddtp.h,v 1.3 2000/08/11 13:34:14 deniel Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -27,6 +27,9 @@
  *
  */
 
+#ifndef __PACKET_DDTP_H__
+#define __PACKET_DDTP_H__
+
 #define DDTP_VERSION_ERROR     0
 #define DDTP_VERSION_4         1
 #define DDTP_VERSION_5         2
@@ -49,3 +52,5 @@
 #define DDTP_INVALID_PASSWORD  2
 #define DDTP_INVALID_ACCOUNT   3
 #define DDTP_INVALID_OPCODE    4
+
+#endif