Skip to content
Snippets Groups Projects
Commit 1944f788 authored by Pierre Lalet's avatar Pierre Lalet Committed by GitHub
Browse files

Merge pull request #804 from tipene-tuturu/master

fix usage example
parents 0df7f4a9 723c8f35
No related branches found
No related tags found
No related merge requests found
......@@ -1386,7 +1386,7 @@ Use Scapy to send a DHCP discover request and analyze the replies::
In this case we got 2 replies, so there were two active DHCP servers on the test network::
>>> ans.summarize()
>>> ans.summary()
Ether / IP / UDP 0.0.0.0:bootpc > 255.255.255.255:bootps / BOOTP / DHCP ==> Ether / IP / UDP 192.168.1.1:bootps > 255.255.255.255:bootpc / BOOTP / DHCP
Ether / IP / UDP 0.0.0.0:bootpc > 255.255.255.255:bootps / BOOTP / DHCP ==> Ether / IP / UDP 192.168.1.11:bootps > 255.255.255.255:bootpc / BOOTP / DHCP
}}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment