fix packet capture
fix packet capture. php5 apparently doesn't like " with shell_exec
Move conf_mount_ro() to the stop section. Fix formatting while here
Using /tmp for packet captures is a bad idea, mmmkay?
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Fix detection if an interface is part of bridge.
Remove CSS class from interface dropdown, we do not have icons on RELENG_1.
Add CSS header
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Continue interface improvements
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
set filename properly upon downloading capture
parse entire path for packet capture file to download correctly
save capture to /tmp, fix other various issues
add option for no count, correct host field
Execute tcpdump in background for speed improvement
Fix eclipse errors
MFC latest tcpdump changes from Scott Dale
s/require/require_once/
MFC TCPDump packet capture scripts from Scott Dale