mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Allow libpcap buffer size to be set manually.
This commit is contained in:
parent
4c2aa804e1
commit
f5429ee794
6 changed files with 62 additions and 2 deletions
|
@ -100,6 +100,11 @@ public:
|
|||
*/
|
||||
int SnapLen() const;
|
||||
|
||||
/**
|
||||
* Returns the buffer size for this source.
|
||||
*/
|
||||
int BufSize() const;
|
||||
|
||||
/**
|
||||
* In pseudo-realtime mode, returns the logical timestamp of the
|
||||
* current packet. Undefined if not running pseudo-realtime mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue