1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Modify some offensive terminology in comments.

This commit is contained in:
dmiller
2014-11-05 15:02:09 +00:00
parent b73dc0e762
commit 111fbe4b41
5 changed files with 7 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ class ARPHeader : public NetworkLayerElement {
u8 ar_pln; /* Protocol Address Length. */
u16 ar_op; /* Operation Code. */
u8 data[20];
// Cannot use these because the fucking alignment screws up
// Cannot use these because the four-flushing alignment screws up
// everything. I miss ANSI C.
//u8 ar_sha[6]; /* Sender Hardware Address. */
//u32 ar_sip; /* Sender Protocol Address (IPv4 address). */