Fix header file includes to allow make dumpabi run without errors

svn path=/trunk/; revision=42994
This commit is contained in:
Balint Reczey 2012-06-02 12:57:26 +00:00
parent d4e17555ad
commit 7ef7aae265
3 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,10 @@
* 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_CIPSAFETY_H
#define PACKET_CIPSAFETY_H
#include "packet-enip.h"
/* Classes that have class-specfic dissectors */
#define CI_CLS_SAFETY_SUPERVISOR 0x39 /* Safety Supervisor */
@ -63,3 +67,5 @@ extern void dissect_cipsafety_ssn(proto_tree *tree, tvbuff_t *tvb, packet_info *
*/
extern const value_string cipsafety_ssn_date_vals[8];
extern attribute_info_t cip_safety_attribute_vals[52];
#endif /* PACKET_CIPSAFETY_H */

View File

@ -27,6 +27,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef PACKET_ENIP_H
#define PACKET_ENIP_H
/* Offsets of fields within the DLR Common Frame Header */
#define DLR_CFH_SUB_TYPE 0
#define DLR_CFH_PROTO_VERSION 1
@ -89,3 +92,5 @@ enum enip_connid_type {ECIDT_UNKNOWN, ECIDT_O2T, ECIDT_T2O};
void enip_close_cip_connection( packet_info *pinfo, guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber );
extern attribute_info_t enip_attribute_vals[29];
#endif /* PACKET_ENIP_H */

View File

@ -29,6 +29,8 @@
#ifndef PACKET_LLDP_H__
#define PACKET_LLDP_H__
#include "oui.h"
static const value_string tlv_oui_subtype_vals[] = {
/* Currently, the manuf file calls this "Ieee8021"; "IEEE 802.1" looks better */
{ OUI_IEEE_802_1, "IEEE 802.1" },