Skip to content

Commit 71a4a55

Browse files
committed
Update dhcp.py
1 parent 5be2760 commit 71a4a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

decoders/dhcp/dhcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ def __init__(self):
1313
longdescription="""
1414
The dhcp decoder will extract the Transaction ID, Client Hostname, and
1515
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.
16+
using port 67. DHCP uses BOOTP as its transport protocol.
1717
BOOTP traffic generally uses ports 67 and 68 for outgoing and incoming traffic.
18-
This filter pulls DHCP Inform packets destined for the server.
18+
This filter pulls DHCP Inform packets.
1919
2020
Examples:
2121

0 commit comments

Comments
 (0)