Wireshark-commits: [Wireshark-commits] rev 35337: /trunk/wiretap/ /trunk/wiretap/: vms.c

Date: Mon, 03 Jan 2011 09:17:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35337

User: guy
Date: 2011/01/03 01:17 AM

Log:
 We must always return an error code on an error; otherwise, our caller
 will see random crap as the error code.
 
 However, if we're skipping a "TCPIPTRACE-W-BUFFERSFUL" error, if the
 "error" we get is an end-of-file indication, that's *not* an error.
 
 It is, however, ultimately a "we dropped some packets" indication; add a
 comment noting that we should eventually treat it as such.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +16 -3     vms.c         Modified