There are several ways to fix this, but I shamelessly commented it out!fprintf(stderr, __FUNCTION__": ! add\n");
Then there are several references to struct
libnet_ip_hdr
, which does not exist in recent libnet versions. I simply changed them all to struct libnet_ipv4_hdr
.And finally, in vomit.c, there are references to event_gotsig and event_sigcb symbols which have been removed from libevent for some time. Again, since their use didn't seem too crucial to me, I commented them out.
Perhaps a little bit crude, but it worked for me!
No comments:
Post a Comment