aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/privileges.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-01Add extern "C" to more header files.Stephen Fisher1-0/+8
svn path=/trunk/; revision=35093
2010-12-01Add #ifndef __PRIVILEGES_H__ / #define / #endif logic to prevent multipleStephen Fisher1-0/+5
inclusions of privileges.h. svn path=/trunk/; revision=35092
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-3/+3
svn path=/trunk/; revision=34137
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-0/+74
capinfos and dumpcap don't need to depend on libwireshark nor directly pull in those modules). Because capinfos and editcap were only being linked with privileges.c if we had plugins, this allows those programs to be linked when someone is compiling --without-plugins. svn path=/trunk/; revision=25640