Make *raw a network module by default

This commit is contained in:
Kyle Fuller
2012-01-18 01:04:39 +00:00
parent b447169011
commit 9a0af843b7

View File

@@ -31,7 +31,8 @@ public:
template<> void TModInfo<CRawMod>(CModInfo& Info) {
Info.SetWikiPage("raw");
Info.AddType(CModInfo::UserModule);
}
MODULEDEFS(CRawMod, "View all of the raw traffic")
NETWORKMODULEDEFS(CRawMod, "View all of the raw traffic")