Giter Club home page Giter Club logo

idseventgenerator's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

idseventgenerator's Issues

Dependencies

Hi,
I think

sudo apt-get install libcurl4-openssl-dev is the dependency.
Also, for compilation I needed
sudo g++ -std=c++11 -lcurl idsEventGenerator.cpp -lcurl

only 128 ascii chars converted

using the standard isprint() function to check the hex converted content chars, only the printable 128 ascii chars are converted, excluding e.g. german umlauts etc

Error during complie

I try to use ubuntu 20.04 to run this software.
I first use command below and install libcurl successfully.

sudo apt-get install libcurl4-openssl-dev 

However, when I try to compile the program using command below, an error occur

g++ -std=gnu++11 -lcurl idsEventGenerator.cpp

My g++ version is 9.4.0

And the detail information:

/usr/bin/ld: /tmp/cc9j7hq0.o: in function `sendRulePacket(snortRule*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)':
idsEventGenerator.cpp:(.text+0x502f): undefined reference to `curl_global_init'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x5034): undefined reference to `curl_easy_init'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x51b3): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x51d1): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x51ef): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x520d): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x5223): undefined reference to `curl_slist_append'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x5240): undefined reference to `curl_slist_append'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x5364): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x53bb): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x5405): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x556f): undefined reference to `curl_slist_append'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x6121): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x615e): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x618e): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x634b): undefined reference to `curl_slist_append'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x65f1): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x6694): undefined reference to `curl_slist_append'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x66bb): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x66e6): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x672b): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x6752): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x6770): undefined reference to `curl_easy_setopt'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x677f): undefined reference to `curl_easy_perform'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x679b): undefined reference to `curl_easy_strerror'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x6809): undefined reference to `curl_easy_getinfo'
/usr/bin/ld: idsEventGenerator.cpp:(.text+0x6850): undefined reference to `curl_easy_cleanup'
collect2: error: ld returned 1 exit status

I'm confused and try to ask for solution.

implement negated content

until now a negated content is acknowledged, but nothing is done. Negated content also includes negating all content modifiers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.