summaryrefslogtreecommitdiff
path: root/packet-dcerpc-dnsserver.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-11 23:59:13 +0000
committerTim Potter <tpot@samba.org>2002-09-11 23:59:13 +0000
commitcd69642ced0c4fa94cdcc71024a3e26921e09cb0 (patch)
tree96dda720b1b173cf4bc49b87b9d37b05fdc0047e /packet-dcerpc-dnsserver.h
parent2ee94441124bdf5a3160173b9eb01abf8d2b1656 (diff)
downloadwireshark-cd69642ced0c4fa94cdcc71024a3e26921e09cb0.tar.gz
Discovered a new pipe, \PIPE\DNSSERVER, when debugging a win2k DNS
problem. The win2k DNS MMC snap-in generates calls to this pipe. There appear to be three calls which have been implemented as stubs for the moment. svn path=/trunk/; revision=6277
Diffstat (limited to 'packet-dcerpc-dnsserver.h')
-rw-r--r--packet-dcerpc-dnsserver.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/packet-dcerpc-dnsserver.h b/packet-dcerpc-dnsserver.h
new file mode 100644
index 0000000000..dc1a9a2410
--- /dev/null
+++ b/packet-dcerpc-dnsserver.h
@@ -0,0 +1,36 @@
+/* packet-dcerpc-dnsserver.h
+ * Routines for SMB \PIPE\DNSSERVER packet disassembly
+ * Copyright 2002, Tim Potter <tpot@samba.org>
+ *
+ * $Id: packet-dcerpc-dnsserver.h,v 1.1 2002/09/11 23:59:13 tpot Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 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 __PACKET_DCERPC_DNSSERVER_H
+#define __PACKET_DCERPC_DNSSERVER_H
+
+/* Functions available on the DNSSERVER pipe */
+
+#define UNKNOWN_00 0x00
+#define UNKNOWN_01 0x01
+#define UNKNOWN_02 0x02
+#define UNKNOWN_03 0x03
+
+#endif /* packet-dcerpc-dnsserver.h */