Bug ID |
10502
|
Summary |
Live capturing bug on rvi0 in MacOS X 10.9.5
|
Product |
Wireshark
|
Version |
1.12.1
|
Hardware |
x86-64
|
OS |
Mac OS X 10.9
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 13093 [details]
The example of live capturing bug on rvi0 in MacOS X 10.9.5
Build Information:
Version 1.12.1 (v1.12.1-0-g01b65bf from master-1.12)
--
Live rvi0 capturing looks broken on MacOS X 10.9.5 (on 10.9.4 it works just
fine!). To reproduce the bug:
(1) plug your iOS device to USB
(2) create rvi0 interface:
$ rvictl -s <GUID of your iOS device>
(3) start Wireshark, select rvi0 and start live capturing
As result, all captured packages look like this:
Source=00.00.00
Dest. = 00.00.00
Protocol = FC
Info = Unknown frame (Bogus Fragment)
It's quite strange because Wireshark live capture works on other interfaces
(e.g. wi-fi). Also, if I use tcpdump to capture rvi0 packages to a file, and
then open the file with Wireshark, everything looks ok.
Example is attached.
You are receiving this mail because:
- You are watching all bug changes.