4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 205809b was
870cad4,
checked in by Perry Lorier <perry@…>, 15 years ago
|
Update installation instructions
|
-
Property mode set to
100644
|
File size:
835 bytes
|
Line | |
---|
1 | Requirements: |
---|
2 | * >=automake-1.9 |
---|
3 | * >=libpcap-0.8 |
---|
4 | |
---|
5 | Installing libtrace: |
---|
6 | |
---|
7 | ./configure |
---|
8 | make |
---|
9 | |
---|
10 | |
---|
11 | You may need to add the line '/usr/local/lib' to your /etc/ld.so.conf and |
---|
12 | run 'ldconfig' as root. |
---|
13 | |
---|
14 | ---------------------------------- |
---|
15 | Using libtrace: |
---|
16 | |
---|
17 | There are a number of example programs which should cover the basics of what you need within libtrace-x.y.z/examples/. |
---|
18 | |
---|
19 | ---------------------------------- |
---|
20 | Large trace files: |
---|
21 | |
---|
22 | The versions of libpcap that ship with Debian Woody don't support |
---|
23 | large file offsets. |
---|
24 | |
---|
25 | |
---|
26 | To get around this, you have a number of options: |
---|
27 | |
---|
28 | * Don't use compressed files. |
---|
29 | * Use stdin as the target of the input uri, and use cat or zcat to pipe the |
---|
30 | file into stdin, eg: |
---|
31 | zcat largetrace.pcap.gz | program -i pcap:- |
---|
32 | * Use process substitution in place of a filename, eg: |
---|
33 | program -i pcap:<(zcat largetrace.pcap.gz) |
---|
34 | |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.