New Reply

Why does tcpdump only capture the first 68 bytes of a packet?

 
Share Thread Thread Tools
Sep22-11, 07:12 PM   #1
 

Why does tcpdump only capture the first 68 bytes of a packet?


By default TCPDUMP limits the number of bytes it captures to 68. Why did they select 68 bytes? Does anyone know why?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Sep22-11, 10:14 PM   #2
 
68 bytes is just the default value. You can set it to capture the whole packet by using the "-s 0" option. It's set to that by default because it's just enough to capture packet header information without revealing content; making it a useful network diagnostic without snooping through user data.
 
New Reply
Thread Tools


Similar Threads for: Why does tcpdump only capture the first 68 bytes of a packet?
Thread Forum Replies
Where are the bytes? Electrical Engineering 2
Bytes for surfing the internet? Computing & Technology 5
a googolplex YB is 10^124 bytes Computing & Technology 16
xor of multiple bytes General Engineering 2
Bits and Bytes Computing & Technology 2