Complie OpenDPI failed if IPOQUE_ENABLE_DEBUG_MESSAGES is enabled
11 views
Skip to first unread message
Kenny
unread,
Nov 10, 2009, 11:13:24 PM11/10/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opendpi
Hi, guys
If IPOQUE_ENABLE_DEBUG_MESSAGES is enabled it will fail to compile
OpenDPI for the following error:
ipq_main.h: In function 'ipq_get_ip_string':
ipq_main.h:420: error: 'struct ipoque_detection_module_struct' has no
member named 'ip_string'
ipq_main.h:420: error: 'IPOQUE_IP_STRING_SIZE' undeclared (first use
in this function)
ipq_main.h:420: error: (Each undeclared identifier is reported only
once
ipq_main.h:420: error: for each function it appears in.)
ipq_main.h:421: error: 'struct ipoque_detection_module_struct' has no
member named 'ip_string'
From the source code, IPOQUE_IP_STRING_SIZE DOES have no definition
and also ip_string member doesn't exist in struct
ipoque_detection_module_struct.