Ok, I think I see the problem. My check to see if your libpcap supports pcap_datalink_val_to_description() is failing because I'm not importing all the necessary headers/libraries to get everything to compile under Solaris.
Anyways, I'll open a bug for this but it'll prolly take me a little while to come up with a fix (since I don't have access to any Solaris boxes). Until then, the easiest thing for you to do is to edit config.h (after running configure) and add the line: #define HAVE_DLT_VAL_TO_DESC This will cause fakepcap.c to not include my code which is causing the conflict and error. -- Aaron Turner http://synfin.net/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
