]> The Tcpdump Group git mirrors - libpcap/commit
Expand a comment.
authorGuy Harris <[email protected]>
Wed, 29 Nov 2017 03:38:38 +0000 (19:38 -0800)
committerGuy Harris <[email protected]>
Wed, 29 Nov 2017 03:38:38 +0000 (19:38 -0800)
commit0f9fa02d4f0614bb1a2ce5c7b7f409bdb758d0ea
tree8077901c9f3296b57766e7b71d120a9709ca7899
parent2972769d03dd60d4bce233a12d77a3464f0d9dc4
Expand a comment.

The inability to generally filter on incoming/outgoing packets except
for live captures in Linux isn't an inherent characteristic of libpcap,
it's a characteristic forced on us by the limitations of in-kernel BPF
filters on other platforms - remove that limitation, and we could
support it on those platforms as well.
gencode.c