|
Posted by Mr Lex on October 23, 2006, 12:37 pm
If you were Registered and logged in, you could reply and use other advanced thread options
Does anyone have an idea ?
Have Someone ever see this type of traffic ?
Lex
Mr Lex wrote:
> glen herrmannsfeldt wrote:
> > > No answer, no idea ?
> > > Nobody could help me solving my problem ?
> > > I'm blocked ....
> >
> > It isn't an easy question, especially without knowing the
> > exact hardware and software in use.
> >
> > It is possible that tcpdump can see data sent to an interface,
> > but not actually transmitted.
> >
> > It is possible that it is up long enough for data to be received.
> >
> > Post the actual data from one packet and you will likely get
> > more answers.
> >
> > -- glen
>
> Hi all,
>
> Thanks for answers
> Here is the dump of the traffic :
>
> %tcpdump -i pcn2
> tcpdump: verbose output suppressed, use -v or -vv for full protocol
> decode
> listening on pcn2, link-type EN10MB (Ethernet), capture size 96 bytes
>
> 23:09:18.851391 00:00:01:02:5e:8c > 45:c0:00:1c:ca:2c, ethertype
> Unknown (0xac14), length 28:
> 0x0000: 0452 e000 0001 1164 ee9b 0000 0000
> .R.....d......
> 23:09:20.768080 00:00:01:02:ca:2e > 46:00:00:20:ca:3e, ethertype
> Unknown (0xac14), length 32:
> 0x0000: 0452 e000 0004 9404 0000 1600 09fb e000
> .R..............
> 0x0010: 0004 ..
> 23:09:23.965991 00:00:01:02:ca:20 > 46:00:00:20:ca:4e, ethertype
> Unknown (0xac14), length 32:
> 0x0000: 0452 e000 0002 9404 0000 1600 09fd e000
> .R..............
> 0x0010: 0002
>
> And the status of my interface.
> %ifconfig pcn2
> pcn2:
> flags=128b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST>
> mtu 1500
> ether 00:d0:1c:xx:xx:xx
> media: Ethernet 100baseTX <full-duplex>
> status: no carrier
>
> This traffic is generated by ARP request on the interface (as i can see
> when all is right).
> But MAC adresses are nor my device one nor broadcast one...
> A stange point is the similarity between all frames...
>
> Thanks for your help, i appreciate.
|