ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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