1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

heading off for thanksgiving

This commit is contained in:
fyodor
2005-11-22 23:21:55 +00:00
parent 374b6c9a82
commit 0d32ed3592
14 changed files with 3927 additions and 2430 deletions

View File

@@ -286,7 +286,7 @@ class PacketTrace {
direction must be PacketTrace::SENT or PacketTrace::RCVD .
Optional 'now' argument makes this function slightly more
efficient by avoiding a gettimeofday() call. */
static void PacketTrace::traceArp(pdirection pdir, const u8 *frame, u32 len,
static void traceArp(pdirection pdir, const u8 *frame, u32 len,
struct timeval *now);
};