15#include "packet-knxip_decrypt.h"
17#define KIP_ERROR &ei_knxip_error
18#define KIP_WARNING &ei_knxip_warning
23extern uint8_t knxip_host_protocol;
24extern uint8_t knxip_error;
26#define MAX_KNX_DECRYPTION_KEYS 10
28extern uint8_t knx_decryption_keys[ MAX_KNX_DECRYPTION_KEYS ][ KNX_KEY_LENGTH ];
29extern uint8_t knx_decryption_key_count;