ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Sun, 30 May 2010 10:28:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33021

User: jake
Date: 2010/05/30 03:28 AM

Log:
 From Chris Maynard:
 Fix for bug 4807 to handle compressed (NULL) address and control bytes.
 
 The problem seems to be that the address and control bytes are missing,
 presumably because they are compressed per section 3.2 of
 http://tools.ietf.org/html/rfc1662.  The attached patch tries to account for
 that.
 
 The patch also fixes another bug.  If the hdlc framing character, 0x7e, is not
 present, but the address and control fields are, then the offset might need to
 be 3 bytes instead of only 2 bytes if the control field is escaped.  Sometimes
 it is escaped and sometimes it isn't, so we need to handle both cases.

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