https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3469
--- Comment #6 from Sake <sake@xxxxxxxxxx> 2009-05-25 13:03:27 PDT ---
(In reply to comment #5)
> So, snoop output will have a Linklayer type of either ethernet (bridged mode)
> or PPP (PPPoA or PPPoE mode). Are there any other Linklayer types possible? If
> not, I will write some heuristics code that looks at the packet data to
> determine what LinkLayer type to use for each frame.
I committed a fix in SVN 28471:
"In Juniper NetScreen snoop output files, the encapsulation type of
traffic on ADSL interfaces can be ethernet or PPP. Check whether the
first 6 bytes of the data are the same as the destination mac-address
in the packet header. If they are, assume ethernet. If not, assume PPP."
Could you please try one of the automated builds (with a number 28471 or
higher) from http://www.wireshark.org/download/automated/ ?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.