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

Date: Tue, 05 May 2009 03:50:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28273

User: guy
Date: 2009/05/04 08:50 PM

Log:
 Get rid of some other uses of ethertype() for protocols that don't have
 a trailer.
 
 Clean up the NHRP dissector's handling of the protocol ID to fully
 implement RFC 2332 (and mention that 2332 is the RFC for NHRP).  Don't
 compute the checksum unless we have all the packet data, and don't use
 the captured length as the actual packet length.  Check for an invalid
 extension offset value.  Get rid of some unneeded
 tvb_ensure_bytes_exist() calls.  Dissect - and set the columns -
 regardless of whether we're building the protocol tree.  Mark the packet
 in error reports as an error packet.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +14 -4     packet-3com-xns.c      Modified
  +15 -1     packet-ap1394.c        Modified
  +25 -6     packet-infiniband.c    Modified
  +17 -12    packet-llc.c           Modified
  +19 -1     packet-llc.h           Modified
  +227 -81   packet-nhrp.c          Modified
  +0 -14     packet-nhrp.h          Modified
  +20 -12    packet-null.c          Modified