Is there a chance to look at the trailer/CRC of an Ethernet frame to see whether two frames which where caught by tethereal are distinct or the same due to L2 looping?
Example: I've a set of ~ 9200 frames, where station X.X.X.X is broadcast arping for IP Y.Y.Y.Y. When looking at the trailer like in
Frame 316560 (60 bytes on wire, 60 bytes captured) Arrival Time: May 26, 2005 21:15:44.694770000 Time delta from previous packet: 0.000141000 seconds Time since reference or first frame: 43.566940000 seconds Frame Number: 316560 Packet Length: 60 bytes Capture Length: 60 bytes Ethernet II, Src: xx:xx:xx:xx:xx, Dst: ff:ff:ff:ff:ff:ff Destination: ff:ff:ff:ff:ff:ff (ff:ff:ff:ff:ff:ff) Source: xx:xx:xx:xx:xx (xx:xx:xx:xx:xx) Type: ARP (0x0806) Trailer: 0000020100020100430500D89EBC6C30... Address Resolution Protocol (request) Hardware type: Ethernet (0x0001) Protocol type: IP (0x0800) Hardware size: 6 Protocol size: 4 Opcode: request (0x0001) Sender MAC address: xx:xx:xx:xx:xx (xx:xx:xx:xx:xx) Sender IP address: X.X.X.X (X.X.X.X) Target MAC address: 00:00:00:00:00:00 (00:00:00:00:00:00) Target IP address: Y.Y.Y.Y (Y.Y.Y.Y)
I only count 34 different trailers with frequency from 1 to rozghly 5900.
Regards, Arnold