Wireshark-bugs: [Wireshark-bugs] [Bug 12012] Bogus IPv4 version

Date: Fri, 15 Jan 2016 04:29:14 +0000

Comment # 5 on bug 12012 from
You are correct, the Windows card was plugged to a free interface at the
router, then the router was set to forward all the traffic to that particular
interface/MAC address combination.

Export to Wireshark was made using standard Cisco Router IP Traffic Export
(RITE):

ip traffic-export profile intranet
  interface FastEthernet3
  bidirectional
  mac-address 4c72.b9b4.20cb !MAC address for the Windows PC running Wireshark
interface Dialer 1
 ip traffic-export apply intranet


The capture to a file was also made using standard Cisco RITE:
ip traffic-export profile capture mode capture
  bidirectional
  length 512
interface Dialer 1
 ip traffic-export apply capture size 5242880


You are receiving this mail because:
  • You are watching all bug changes.