aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-30 02:08:50 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-30 02:08:50 +0000
commit069776f1458f489a77d99bdd560472e0e444fd58 (patch)
tree12b93be3b5eda3bdcab8d6b9a54d2edb8fdbc8ba /packet-dcerpc-samr.c
parent7e58373c5e27d1a43acb47c1e8278bece6dabbbc (diff)
Add some fixes from Albert Chin
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6134 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-samr.c')
-rw-r--r--packet-dcerpc-samr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c
index c4f4ca43e5..567201347f 100644
--- a/packet-dcerpc-samr.c
+++ b/packet-dcerpc-samr.c
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* 2002 Added all command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-samr.c,v 1.57 2002/08/28 21:00:10 jmayer Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.58 2002/08/30 02:08:50 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,10 +28,6 @@
#include "config.h"
#endif
-#ifdef NEED_SNPRINTF_H
-# include "snprintf.h"
-#endif
-
#include <glib.h>
#include <epan/packet.h>
#include <string.h>
@@ -42,6 +38,10 @@
#include "smb.h" /* for "NT_errors[]" */
#include "packet-smb-common.h"
+#ifdef NEED_SNPRINTF_H
+# include "snprintf.h"
+#endif
+
static int proto_dcerpc_samr = -1;
static int hf_samr_opnum = -1;