Wireshark-commits: [Wireshark-commits] rev 21647: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 02 May 2007 18:42:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21647

User: jake
Date: 2007/05/02 06:42 PM

Log:
 From Matt Addison:
 Problem:
 The existing sll dissector does not handle ppp_hdlc packets (sll.ltype == 0x0007).
 Resolution:
 Alter packet-sll.c to call the ppp_hdlc dissector when a packet with sll.ltype=0x0007 is received.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +22 -2     packet-sll.c    Modified