Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42454: /trunk/ /trunk/: dumpcap.c

Date: Mon, 07 May 2012 00:49:39 GMT
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