This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

sending TCP packets

0

How can I see TCP packets that I am sending them?not all TCP packets.

asked 22 Feb '11, 09:56

baran's gravatar image

baran
1334
accept rate: 0%


2 Answers:

2

You can do something like:

tcp and src host <YOUR_IP>  (capture filter)
tcp and ip.src==<YOUR_IP>   (display filter)

answered 22 Feb '11, 10:09

SYN-bit's gravatar image

SYN-bit ♦♦
17.1k957245
accept rate: 20%

0

Hi,

Based on your requirement you can set filters and capture interesting traffic. For filters following link can be referred.

http://acs.lbl.gov/~jason/tcpdump_advanced_filters.txt

Regards, Vijay

answered 22 Feb '11, 12:50

Vijay%20Gharge's gravatar image

Vijay Gharge
36151620
accept rate: 0%