Wireshark-commits: [Wireshark-commits] rev 52619: /trunk/wiretap/ /trunk/wiretap/: vwr.c

Date: Tue, 15 Oct 2013 15:15:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52619

User: martink
Date: 2013/10/15 03:15 PM

Log:
 limit the values written to phdr.(cap)len to guint32, not to guint16
 
 We read a two-byte length field and add a constant number of header
 bytes to this length, so we could in theory be larger than guint16.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +6 -6      vwr.c         Modified