http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40142
User: guy
Date: 2011/12/09 09:29 PM
Log:
 Clean up indentation.
 
 Do more length checks, so we reject trailers that have nothing to
 dissect.
 
 Test for the trailer length being >= 8, rather than for having the 0x08
 bit set (they amount to the same thing, as the trailer length is <= 14,
 and >= 8 is what we really want if we're checking whether there's a
 timestamp).
Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +22 -4     packet-vssmonitoring.c    Modified