|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Tcpdump -i any producing duplicate packages?
Hi,
Can anyone explain why do I see same request twice in tcpdump package when I use "tcpdump -i any"? So I'm tracing packets on eth1.800 interface, but using "tcpdump -i any" to capture them. What I see is that the requests/responses from my side seem to appear as duplicate in the pcap file, but the incoming requests/responses are just single packets. If I do "tcpdump -i eth1.800", both outgoing and incoming requests/responses are single packets. I tried to google this and found some similar posts, but there was no explanation why this happens. Thanks! |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Perhaps it is tracing that you wrote to the NIC, then the nic sees its own data on the half duplex ethernet? Is there an option for half duplex ethernet? Maybe -p if you are not that nosy? http://www.unix.com/man-page/all/1/tcpdump/
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help, while loop and sed not producing desired output | packetjockey | Shell Programming and Scripting | 12 | 12-29-2010 03:35 PM |
| Script not working...producing 0's and not number | bigben1220 | Shell Programming and Scripting | 6 | 12-02-2009 07:32 PM |
| Script producing error, Program to calculate maximum number | rits | UNIX for Dummies Questions & Answers | 5 | 08-20-2009 01:36 PM |
| aix 4.2 : using dd of=/dev/rmt0 producing error | Browser_ice | AIX | 10 | 07-21-2009 05:14 PM |
| sed in while loop producing arithmetic output | javathecat | Shell Programming and Scripting | 3 | 02-04-2009 04:12 AM |
|
|