Wireshark-commits: [Wireshark-commits] rev 28471: /trunk/wiretap/ /trunk/wiretap/: netscreen.c

Date: Mon, 25 May 2009 19:59:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28471

User: sake
Date: 2009/05/25 12:59 PM

Log:
 Fix for bug 3469:
 
 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.

Directory: /trunk/wiretap/
  Changes    Path           Action
  +27 -10    netscreen.c    Modified