| { | ||
| "git": { | ||
| "sha1": "042ce1dd0210af43102957abbbe908e44b70ee05" | ||
| "sha1": "fffffb39840805798edd5af95d13277c8338b8bc" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -98,3 +98,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "dhcplayer" | ||
| version = "0.1.8" | ||
| version = "0.1.9" | ||
| dependencies = [ | ||
@@ -101,0 +101,0 @@ "clap", |
+1
-1
@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "dhcplayer" | ||
| version = "0.1.8" | ||
| version = "0.1.9" | ||
| authors = ["Eloy Pérez <zer1t0ps@protonmail.com>"] | ||
@@ -18,0 +18,0 @@ description = "A tool to play and attack DHCP" |
@@ -19,3 +19,3 @@ mod config; | ||
| let iface_net = get_iface_ipv4_network(iface).ok_or_else(|| { | ||
| format!("Unable to get the network of {} interface", iface.name) | ||
| format!("Unable to get the network of {} interface. Maybe you need to assign {} an IP address?", iface.name, iface.name) | ||
| })?; | ||
@@ -145,5 +145,5 @@ | ||
| None => format!(""), | ||
| }); | ||
| } | ||
| ); | ||
| } | ||
| } | ||
@@ -150,0 +150,0 @@ } |
Sorry, the diff of this file is not supported yet