Changeset 7affaae
- Timestamp:
- 02/24/16 09:34:59 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, master, ndag_format, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 8e30959
- Parents:
- a1935fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracesplit/tracesplit.1
r17f954f r7affaae 5 5 .B tracesplit 6 6 [ \fB-f \fRbpf | \fB--filter=\fRbpf] 7 [ \fB-j \fRnumhdrs | \fB--jump=\fRnumhdrs] 7 8 [ \fB-c \fRcount | \fB--count=\fRcount] 8 9 [ \fB-b \fRbytes | \fB--bytes=\fRbytes] … … 20 21 \fB\-f\fR bpf filter 21 22 output only packets that match tcpdump style bpf filter 23 24 .TP 25 \fB\-j\fR numhdrs 26 Strip headers before the numhdrs layer 3 header. For example, \-j1 will strip 27 off all the layer 2 headers, \-j2 will strip off all the l2 headers, the first 28 l3 header, any transport headers, and return a trace that starts at the next 29 l3 header. 22 30 23 31 .TP
Note: See TracChangeset
for help on using the changeset viewer.