aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-19 06:16:29 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-19 06:16:29 +0000
commitdc167c0edc7f1dd7e9ddc6ba144620b6fef8dd58 (patch)
treeb9ce78fea622b03156221b1ecca67a1f24851f2f /epan/dissectors/packet-enip.h
parent3eea0f835744c5c9f05d664f6ece4174b4fdb852 (diff)
And delete the added file...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28780 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-enip.h')
-rw-r--r--epan/dissectors/packet-enip.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/epan/dissectors/packet-enip.h b/epan/dissectors/packet-enip.h
deleted file mode 100644
index 018ca297ff..0000000000
--- a/epan/dissectors/packet-enip.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* packet-enip.h
- * Routines for EtherNet/IP (Industrial Protocol) dissection
- * EtherNet/IP Home: www.odva.org
- *
- * Conversation data support for CIP
- * Jan Bartels, Siempelkamp Maschinen- und Anlagenbau GmbH & Co. KG
- * Copyright 2007
- *
- * $Id$
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * 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.
- */
-
-typedef struct {
- guint32 req_num, rep_num;
- nstime_t req_time;
- void *cip_info;
-} enip_request_info_t;
-
-void enip_open_cip_connection( packet_info *pinfo,
- guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber,
- guint32 O2TConnID, guint32 T2OConnID );
-void enip_close_cip_connection( packet_info *pinfo,
- guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber );