Navigation Menu

Skip to content

Commit

Permalink
Make *raw a network module by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jan 18, 2012
1 parent b447169 commit 9a0af84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/raw.cpp
Expand Up @@ -31,7 +31,8 @@ class CRawMod : public CModule {

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")

0 comments on commit 9a0af84

Please sign in to comment.