aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-atsvc.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-15 10:19:25 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-15 10:19:25 +0000
commit932252157349f50d1c3bc9507c2f6e969b3814d6 (patch)
tree1ffa5f448ffdeaf06d49bf2aa43b1a96e8f319bb /epan/dissectors/packet-dcerpc-atsvc.h
parent7ccaec8b42371faff2a91abafd4b44d966f55624 (diff)
delete the old dissector and point the makefile to the new dissector
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15818 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-atsvc.h')
-rw-r--r--epan/dissectors/packet-dcerpc-atsvc.h45
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 */