Hi all, I have a question on interpreting the output of -d option.. I used tcpdump -d option o/p: (000) ret #96 I interpreted it as returning 96 bytes of the data.
and i used tcpdump -dd option o/p: { 0x6, 0, 0, 0x00000060 }, I interpreted, 0x6 refers to the opcode of ret instruction... 0x00000060 refers to the 96 bytes.....the remaing 0'es stands for what ? and tcpdump -ddd o/p: 1 6 0 0 96 this is the decimal representation to the above -dd option right? is that 1 refers to the the number of instructions?? And where can i get these instructions and their corresponding opcodes..... Thanks in advance.. Regards, Latha. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.