aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipmotion.h
blob: e8b0dd8e4fb89fdb2d1659c52170d1eec31fbc85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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 attribute_info_t cip_motion_attribute_vals[14];

#endif /* PACKET_CIPMOTION_H */