Wireshark-commits: [Wireshark-commits] rev 22877: /trunk/ /trunk/epan/: libwireshark.def privileges
Date: Sat, 15 Sep 2007 00:18:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22877

User: gerald
Date: 2007/09/15 12:18 AM

Log:
 Add routines under Windows to check if npf.sys is running, and to
 fetch the major OS version.  If we're running Windows >= 6 (Vista)
 _and_ npf.sys isn't running, warn the user in Wireshark and TShark.
 Add a recent prefs item to disable the warning in Wireshark.

Directory: /trunk/epan/
  Changes    Path                Action
  +1 -0      libwireshark.def    Modified
  +41 -0     privileges.c        Modified
  +8 -0      privileges.h        Modified

Directory: /trunk/gtk/
  Changes    Path          Action
  +19 -0     main.c        Modified
  +14 -0     recent.c      Modified
  +1 -0      recent.h      Modified

Directory: /trunk/
  Changes    Path              Action
  +15 -0     tshark.c          Modified
  +30 -0     version_info.c    Modified
  +7 -0      version_info.h    Modified