Skip to content

Commit

Permalink
Bump version, update readme, capitalize pkg meta
Browse files Browse the repository at this point in the history
  • Loading branch information
NSkelsey committed Sep 15, 2019
1 parent fd227b4 commit d42dfd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -98,6 +98,8 @@ For more precise subnet grouping, the script in `analysis/find_subnet.py` will c
# Will output device.log and subnet.log
```

Afterwards the `net_routes.log` must also be updated by hand to reflect these new changes.

#### Identifying routers

Router identification works by tracking unique MACs inside of the `l2_header` and storing the set of `ip_src` addresses, then simply checking if these MACs are originating traffic with multiple source IP addresses.
Expand Down
6 changes: 3 additions & 3 deletions zkg.meta
@@ -1,5 +1,5 @@
[package]
script_dir = scripts
description = tag and group devices based on the LAN's structure
tags = topology, mapping, visualization
version = 0.1.0
description = Tag and group devices based on a LAN's structure
tags = topology, mapping, visualization, traceroute
version = 0.2.0

0 comments on commit d42dfd7

Please sign in to comment.