We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be2760 commit 71a4a55Copy full SHA for 71a4a55
decoders/dhcp/dhcp.py
@@ -13,9 +13,9 @@ def __init__(self):
13
longdescription="""
14
The dhcp decoder will extract the Transaction ID, Client Hostname, and
15
Client MAC address from every UDP DHCP packet found in the given pcap
16
-destined for port 67. DHCP uses BOOTP as its transport protocol.
+using port 67. DHCP uses BOOTP as its transport protocol.
17
BOOTP traffic generally uses ports 67 and 68 for outgoing and incoming traffic.
18
-This filter pulls DHCP Inform packets destined for the server.
+This filter pulls DHCP Inform packets.
19
20
Examples:
21
0 commit comments