mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Support for (mixed) MPLS and VLAN traffic, and a new default BPF
filter. (Seth Hall and Robin Sommer) - Merging in the patch from #264, which provides support for mixed VLAN and MPLS traffic. - Changing Bro's default filter from being built dynamically to being a static "ip or not ip". To get the old behaviour back (i.e., the dynamically built filter), redef "all_packets" to false. - print-filter.bro now always prints the filter that Bro is actually using, even if overriden from the command line.
This commit is contained in:
parent
b01aa66fe6
commit
9ddc26328d
18 changed files with 170 additions and 35 deletions
|
@ -51,7 +51,6 @@ int reading_live = 0;
|
|||
int reading_traces = 0;
|
||||
int have_pending_timers = 0;
|
||||
double pseudo_realtime = 0.0;
|
||||
char* user_pcap_filter = 0;
|
||||
bool using_communication = false;
|
||||
|
||||
double network_time = 0.0; // time according to last packet timestamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue