11 #ifndef __PACKET_IPSEC_H__
12 #define __PACKET_IPSEC_H__
20 WS_DLL_PUBLIC
void esp_sa_record_add_from_dissector(guint8 protocol,
const gchar *srcIP,
const char *dstIP,
22 guint8 encryption_algo,
23 const gchar *encryption_key,
24 guint8 authentication_algo,
25 const gchar *authentication_key);