diff options
author | Gerald Combs <gerald@wireshark.org> | 2007-08-30 00:24:40 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2007-08-30 00:24:40 +0000 |
commit | 92802883a6ec5192b9df1ab7b3d4d8069b46f841 (patch) | |
tree | 956ab91ef804104bde2f208b6425b01233d6f4b8 /summary.c | |
parent | 4e83fc82878f4037921bb688e8559abf5701e856 (diff) | |
download | wireshark-92802883a6ec5192b9df1ab7b3d4d8069b46f841.tar.gz wireshark-92802883a6ec5192b9df1ab7b3d4d8069b46f841.tar.bz2 wireshark-92802883a6ec5192b9df1ab7b3d4d8069b46f841.zip |
Change the "--enable-setuid-install" option to install dumpcap and TShark
setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it
disabled by default. Whine if the user runs Wireshark or TShark as root.
Add a preference to disable the whining. Add a "setuid-root" script that
can be used to switch dumpcap and TShark's setuid-ness on and off for
development and testing. Update the release notes and README.packaging.
svn path=/trunk/; revision=22733
Diffstat (limited to 'summary.c')
-rw-r--r-- | summary.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ # include "config.h" #endif +#ifdef HAVE_SYS_TYPES_H +#include <sys/types.h> +#endif + #include <epan/packet.h> #include "cfile.h" #include "summary.h" |