rev 18073: /trunk/plugins/asn1/: packet-asn1.c
[email protected] Tue, 02 May 2006 18:21:44 GMT
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: gerald Date: 2006/05/02 01:21 PM Log: It looks like g_fopen() in the version of GLib that we ship with Windows sets errno to 0 when we can't open a file. This resurrected the annoying "C:\Program Files\Ethereal\asn1/default.tt" error in the ASN.1 plugin, since we depended on errno being set to ENOENT. Move some logic around to account for this. Directory: /trunk/plugins/asn1/ Changes Path Action +3 -4 packet-asn1.c Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=18073&view=rev