diff options
Diffstat (limited to 'epan/dissectors/packet-cipmotion.h')
-rw-r--r-- | epan/dissectors/packet-cipmotion.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cipmotion.h b/epan/dissectors/packet-cipmotion.h new file mode 100644 index 00000000..8f84258e --- /dev/null +++ b/epan/dissectors/packet-cipmotion.h @@ -0,0 +1,21 @@ +/* packet-cipmotion.h + * Routines for CIP (Common Industrial Protocol) Motion dissection + * CIP Motion Home: www.odva.org + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef PACKET_CIPMOTION_H +#define PACKET_CIPMOTION_H + +#include "packet-cip.h" // For attribute_info_t + +extern int dissect_motion_configuration_block(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree, proto_item* item, int offset); + +extern attribute_info_t cip_motion_attribute_vals[20]; + +#endif /* PACKET_CIPMOTION_H */ |