vote up 0 vote down star

If i need to find out the size of a tcp packet on BSD.....what do we need to do?

Is there some utility which allows for this?

flag

Please be more specific. Size of the packet on the wire? How much memory it takes up? What do you mean? – Joachim Sauer Dec 23 '08 at 10:51

3 Answers

vote up 2 vote down check

do you mean the max possible size? if so, google for MTU (Maximum Transmission Unit)

link|flag
no i am looking for the current size of a package sent via tcp. how can i get the size of this on the web server? – gagneet Dec 23 '08 at 10:53
Then you may use a sniffer, as suggested in Vasil's answer. Good luck :) – Brann Dec 23 '08 at 10:57
vote up 1 vote down

Try ethereal.

link|flag
Now Wireshark (wireshark.org). But yes, it's an excellent interface for tcpdump and related utilities. – Matthew Flaschen Dec 25 '08 at 10:47
vote up 1 vote down

I think using tcpdump would be the easiest solution.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.