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

Date: Sun, 13 Jul 2008 17:11:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25729

User: guy
Date: 2008/07/13 10:11 AM

Log:
 Dissect the PPP Bridge Control Protocol header.  Hand Ethernet packets
 to the "no FCS" dissector if the "FCS present" flag isn't set.  Strip
 off padding.  Don't hand non-Ethernet packets to the Ethernet dissector.
 
 Update the RFC number for the PPP Multilink protocol.  Add a preference
 for short sequence numbers.  Check only the "first fragment" and "last
 fragment" flags when constructing the summary description for the flags
 field.  Use the global "tfs_yes_no" true_false_string structure rather
 than defining our own "Yes"/"No" true_false_string structure.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +210 -32   packet-ppp.c    Modified