From d04076d602872f783ed936bb29a07b09eab6753c Mon Sep 17 00:00:00 2001 From: david Date: Wed, 22 Jul 2009 15:30:43 +0000 Subject: [PATCH] Change some digits in the ARP filter comment to avoid possible confusion. --- scan_engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan_engine.cc b/scan_engine.cc index d5508199b..f4c5c4ef7 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -5033,7 +5033,7 @@ static void begin_sniffer(UltraScanInfo *USI, vector &Targets) { the request came from, therefore listening for ARP packets directed to us is not enough. Look inside the ARP reply at the target address field instead. The filter string will look like - arp and arp[18:4] = 0xAABBCCDD and arp[22:2] = 0xCCDD */ + arp and arp[18:4] = 0xAABBCCDD and arp[22:2] = 0xEEFF */ char macstring[2 * ETH_ADDR_LEN + 1]; const u8 *mac = Targets[0]->SrcMACAddress(); assert(mac);