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%


You can do something like:

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

answered 22 Feb '11, 10:09

SYN-bit's gravatar image

SYN-bit ♦♦
12.0k840171
accept rate: 18%

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

link

answered 22 Feb '11, 12:50

Vijay%20Gharge's gravatar image

Vijay Gharge
11457
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×226
×78

Asked: 22 Feb '11, 09:56

Seen: 2,408 times

Last updated: 21 Apr '11, 00:17

powered by OSQA