11 #ifndef PACKET_KNXIP_H
12 #define PACKET_KNXIP_H
16 #include "packet-knxip_decrypt.h"
18 #define KIP_ERROR &ei_knxip_error
19 #define KIP_WARNING &ei_knxip_warning
24 extern guint8 knxip_host_protocol;
25 extern guint8 knxip_error;
27 #define MAX_KNX_DECRYPTION_KEYS 10
29 extern guint8 knx_decryption_keys[ MAX_KNX_DECRYPTION_KEYS ][ KNX_KEY_LENGTH ];
30 extern guint8 knx_decryption_key_count;