aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.c
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-30 02:11:16 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-30 02:11:16 +0000
commit785334668be5f4b42bc1c874662004ec57da7eec (patch)
treebceaa37441196784f86ede5357e39adf6de39473 /packet-dns.c
parent069776f1458f489a77d99bdd560472e0e444fd58 (diff)
More fixes from Albert Chin
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6135 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dns.c')
-rw-r--r--packet-dns.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-dns.c b/packet-dns.c
index 3b7c113daa..806ae7197e 100644
--- a/packet-dns.c
+++ b/packet-dns.c
@@ -1,7 +1,7 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
- * $Id: packet-dns.c,v 1.92 2002/08/28 21:00:12 jmayer Exp $
+ * $Id: packet-dns.c,v 1.93 2002/08/30 02:11:16 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,14 +26,14 @@
# include "config.h"
#endif
-#ifdef NEED_SNPRINTF_H
-# include "snprintf.h"
-#endif
-
#include <stdio.h>
#include <string.h>
#include <memory.h>
+#ifdef NEED_SNPRINTF_H
+# include "snprintf.h"
+#endif
+
#include <glib.h>
#include <epan/packet.h>
#include "ipproto.h"