X-Git-Url: http://git.samba.org/?p=metze%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=doc%2Ftshark.pod;h=b3e0924b74eac844f258a02e021b99098de79372;hp=7fa123efaf6ad9c0139986b1e85132dae703c05c;hb=11a9a501fb004bd3259f457714670ffb6d3d21e9;hpb=9b6b36beaeb2f58a209943d95c05486b72c6907f diff --git a/doc/tshark.pod b/doc/tshark.pod index 7fa123efaf..b3e0924b74 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -218,6 +218,9 @@ where I is one of: B:I Stop writing to a capture file after I seconds have elapsed. Floating point values (e.g. 0.5) are allowed. +B:I Stop writing to capture files after I number of files +were written. + B:I Stop writing to a capture file after it reaches a size of I kB. If this option is used together with the -b option, B will stop writing to the current capture file and switch to the next one if @@ -226,8 +229,8 @@ the file after the number of bytes read exceeds this number (the complete packet will be read, so more bytes than this number may be read). Note that the filesize is limited to a maximum value of 2 GiB. -B:I Stop writing to capture files after I number of files -were written. +B:I switch to the next file after it contains I +packets. Same as B<-c>Ecapture packet countE. =item -b Ecapture ring buffer optionE @@ -253,12 +256,6 @@ B:I switch to the next file after I seconds have elapsed, even if the current file is not completely filled up. Floating point values (e.g. 0.5) are allowed. -B:I switch to the next file when the time is an exact -multiple of I seconds - -B:I switch to the next file after it reaches a size of -I kB. Note that the filesize is limited to a maximum value of 2 GiB. - B:I begin again with the first file after I number of files were written (form a ring buffer). This value must be less than 100000. Caution should be used when using large numbers of files: some filesystems do @@ -268,6 +265,15 @@ control when to go to the next file. It should be noted that each B<-b> parameter takes exactly one criterion; to specify two criterion, each must be preceded by the B<-b> option. +B:I switch to the next file after it reaches a size of +I kB. Note that the filesize is limited to a maximum value of 2 GiB. + +B:I switch to the next file when the time is an exact +multiple of I seconds + +B:I switch to the next file after it contains I +packets. + Example: B results in a ring buffer of five files of size one megabyte each. @@ -295,7 +301,8 @@ the default capture buffer size is used instead. =item -c Ecapture packet countE Set the maximum number of packets to read when capturing live -data. If reading a capture file, set the maximum number of packets to read. +data. Same as B<-a packets:>Ecapture packet countE. +If reading a capture file, set the maximum number of packets to read. =item -C Econfiguration profileE