diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-03-13 15:20:10 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-03-13 15:20:10 -0700 |
commit | 2db48fb02d72a59b46e5495ef14b656e001dee7c (patch) | |
tree | a17ca657caf986384b759a63f13ad8a5276f2dae /pcap/pcap.h | |
parent | e3a29e3efe5b3718ccad95518eaf759fe32ffdfc (diff) |
In pcap_open(), use pcap_create() and pcap_activate() for local interfaces.
This allows PCAP_OPENFLAG_MAX_RESPONSIVENESS to work on UN*X (it means
"immediate mode").
Diffstat (limited to 'pcap/pcap.h')
-rw-r--r-- | pcap/pcap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcap/pcap.h b/pcap/pcap.h index 5bb02057..82d48dde 100644 --- a/pcap/pcap.h +++ b/pcap/pcap.h @@ -695,8 +695,6 @@ PCAP_API void bpf_dump(const struct bpf_program *, int); * a bridge) that need the best responsiveness. * * The equivalent with pcap_create()/pcap_activate() is "immediate mode". - * XXX - this currently uses pcap_open_live() for local capture sources, - * so this flag currently only works on Windows. */ #define PCAP_OPENFLAG_MAX_RESPONSIVENESS 0x00000010 |