diff options
Diffstat (limited to 'epan/dissectors/packet-dcerpc-atsvc.h')
-rw-r--r-- | epan/dissectors/packet-dcerpc-atsvc.h | 22 |
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 */ |