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 40142: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 10 Dec 2011 05:29:10 GMT
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