diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-09-15 10:19:25 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-09-15 10:19:25 +0000 |
commit | 4801112f373a68b23502cd4512bd9efa8b599ce2 (patch) | |
tree | 1ffa5f448ffdeaf06d49bf2aa43b1a96e8f319bb /epan/dissectors/packet-dcerpc-atsvc.h | |
parent | e90bbf82562b394441fa4912fb277ce4045ac43f (diff) | |
download | wireshark-4801112f373a68b23502cd4512bd9efa8b599ce2.tar.gz wireshark-4801112f373a68b23502cd4512bd9efa8b599ce2.tar.bz2 wireshark-4801112f373a68b23502cd4512bd9efa8b599ce2.zip |
delete the old dissector and point the makefile to the new dissector
svn path=/trunk/; revision=15818
Diffstat (limited to 'epan/dissectors/packet-dcerpc-atsvc.h')
-rw-r--r-- | epan/dissectors/packet-dcerpc-atsvc.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/epan/dissectors/packet-dcerpc-atsvc.h b/epan/dissectors/packet-dcerpc-atsvc.h deleted file mode 100644 index a569a6c92a..0000000000 --- a/epan/dissectors/packet-dcerpc-atsvc.h +++ /dev/null @@ -1,45 +0,0 @@ -/* DO NOT EDIT - * This dissector is autogenerated - * Autogenerated based on the IDL definitions from samba 4 - */ -/* packet-dcerpc-atsvc.h - * Routines for ATSVC packet disassembly - * - * $Id$ - * - * 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_ATSVC_H -#define __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 */ |