Hi, I have a question regarding cutting the bigger packet length to desired value when using tshark for capture. We run very high traffic tests and the packet size would be 16k,8K. I want to know is there is any flag available to cut the payload of a big wireless packet using Tshark. Thank you for answering my question. asked 19 Sep '14, 14:30 mukkapati9 |
One Answer:
You can use the -s (snap length) parameter to limit the amount of bytes you want to store to disk per packet. answered 19 Sep '14, 16:01 Jasper ♦♦ |
Thank you for the reply. I will try it.