http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42454
User: wmeier
Date: 2012/05/06 05:49 PM
Log:
From Evan Huus:
In get_capture_device_open_failure_messages() in dumpcap.c, there are some
statements that should have been guarded by ifdefs, causing a little
unnecessary work on some platforms, and a bunch of unused-variable warnings
from static analyzers. The patch fixes the problem.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7228
Directory: /trunk/
Changes Path Action
+22 -19 dumpcap.c Modified