Changeset 90e4aa4
- Timestamp:
- 07/07/04 21:15:50 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- c561c76
- Parents:
- 14a9d05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
r14a9d05 r90e4aa4 46 46 * @par Usage 47 47 * <ol> 48 * <li> include "libtrace.h" (found in /usr/local/wand/include 49 * on voodoo and chasm). 48 * <li> include "libtrace.h" 50 49 * <li> call create_trace with the uri of the trace you're interested in.<br> 51 50 * This is usually passed in as argv[1] to your program. … … 56 55 * </ol> 57 56 * @par Linking 58 * To use this library you need to link against -ltrace, -lpcapl and -lzl 59 * which are the versions of these libraries that support >2G files. (grr!) 60 * These can be found in /usr/local/wand/lib on voodoo and chasm. 61 * 57 * To use this library you need to link against libtrace by passing -ltrace 58 * to your linker. You may also need to link against a version of libpcap 59 * and of zlib which are compiled for largefile support (if you wish to access 60 * traces larger than 2 GB). This is left as an exercise for the reader. Debian 61 * Woody, at least, does not support large files offsets. 62 62 * 63 63 */
Note: See TracChangeset
for help on using the changeset viewer.