Working on IP geo parsers && packet router
This commit is contained in:
parent
b2e7bb0317
commit
0d8f7c4373
6 changed files with 83 additions and 29 deletions
12
src/main.rs
12
src/main.rs
|
|
@ -1,13 +1,13 @@
|
|||
// mod config;
|
||||
// mod geoparsers;
|
||||
// pub mod sniffing;
|
||||
// mod startup;
|
||||
mod routing;
|
||||
mod config;
|
||||
mod geoparsers;
|
||||
pub mod sniffing;
|
||||
mod startup;
|
||||
|
||||
use nsc::startup::init;
|
||||
|
||||
use std::io::Read;
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync + 'static>
|
||||
>{
|
||||
fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync + 'static>> {
|
||||
init()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue