aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-atsvc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-03-19 14:30:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-03-19 14:30:05 +0000
commit1af7ff9672a1fab2638ec08d0b1184072a56191c (patch)
tree84fcca0c78c98ab1e1bcf48b5a68480ccb598ee1 /epan/dissectors/packet-dcerpc-atsvc.h
parentd0009bca14440860f7728c0660788237cbfe9c16 (diff)
make idl2eth handle 8bit bitmaps
make atsvc an autogenerated dcerpc dissector svn path=/trunk/; revision=13808
Diffstat (limited to 'epan/dissectors/packet-dcerpc-atsvc.h')
-rw-r--r--epan/dissectors/packet-dcerpc-atsvc.h22
1 files changed, 14 insertions, 8 deletions
diff --git a/epan/dissectors/packet-dcerpc-atsvc.h b/epan/dissectors/packet-dcerpc-atsvc.h
index b5e79659be..a569a6c92a 100644
--- a/epan/dissectors/packet-dcerpc-atsvc.h
+++ b/epan/dissectors/packet-dcerpc-atsvc.h
@@ -1,6 +1,9 @@
+/* DO NOT EDIT
+ * This dissector is autogenerated
+ * Autogenerated based on the IDL definitions from samba 4
+ */
/* packet-dcerpc-atsvc.h
- * Routines for SMB \pipe\atsvc packet disassembly
- * Copyright 2003 Jean-Baptiste Marchand <jbm@hsc.fr>
+ * Routines for ATSVC packet disassembly
*
* $Id$
*
@@ -26,14 +29,17 @@
#ifndef __PACKET_DCERPC_ATSVC_H
#define __PACKET_DCERPC_ATSVC_H
-/* MSRPC functions available in the atsvc interface */
-#define ATSVC_JOB_ADD 0x00
-#define ATSVC_JOB_DEL 0x01
-#define ATSVC_JOB_ENUM 0x02
-#define ATSVC_JOB_GETINFO 0x03
-#endif /* packet-dcerpc-atsvc.h */
+/* INCLUDED FILE : ETH_HDR */
+int atsvc_dissect_DaysOfMonth(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int atsvc_dissect_DaysOfWeek(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int atsvc_dissect_Flags(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int atsvc_dissect_JobInfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int atsvc_dissect_JobEnumInfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int atsvc_dissect_enum_ctr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+/* END OF INCLUDED FILE : ETH_HDR */
+#endif /* packet-dcerpc-atsvc.h */