Ian Schorr
changed
bug 9319
Comment # 1
on bug 9319
from Ian Schorr
This isn't a bug - check the manuals or send an email to the mailing lists,
etc.
Not sure what you mean exactly. But yes. You can either use tshark to filter
and re-write to another file, for example:
tshark -r <input file> -R "<your filter>" -w <output file>
That can include only certain frames (the filter can include frame numbers and
ranges)
Or if you want to split a capture into multiple parts, or extract only certain
frames, use editcap.
You are receiving this mail because:
- You are watching all bug changes.