4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since e2b0232 was
4e65f42,
checked in by Shane Alcock <salcock@…>, 16 years ago
|
Fixed segmentation faults when trace_destroy is called on a trace that wasn't successfully created
libdl is now checked for and only linked against if available (BSD's don't have a libdl)
Fixed the libpacketdump .so's to use libtrace's generic protocol headers as well as trace_ether_ntoa
Added missing check for strlcpy
Added a couple of #defines to various tools that needed them under FreeBSD
Removed some needless #includes from the libpacketdump .so's
|
-
Property mode set to
100644
|
File size:
174 bytes
|
Line | |
---|
1 | bin_PROGRAMS = tracedump |
---|
2 | man_MANS = tracedump.1 |
---|
3 | EXTRA_DIST = $(man_MANS) |
---|
4 | |
---|
5 | include ../Makefile.tools |
---|
6 | tracedump_SOURCES = tracedump.cc |
---|
7 | tracedump_LDADD = -ltrace -lpacketdump |
---|
Note: See
TracBrowser
for help on using the repository browser.