You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
pcap_agent.tcl is the sguil component that handles, among other things, the
pcap detail extraction launched in wireshark from the sguil.tk console. By
default, pcap_agent.tcl can be configured to support interfaces with either
straight IP or VLANs using the "set VLAN" parameter in pcap_agent.conf.
We can support both use cases and links running mixed ip/vlan traffic by
modifying pcap_agent.tcl with:
set tcpdumpFilter "(ip and $tmpTcpdumpFilter) or (vlan and $tmpTcpdumpFilter)"
just after the if loop and not using the "set vlan" tag in pcal_agent.conf.
Original issue reported on code.google.com by liam.ran...@gmail.com on 8 Feb 2012 at 10:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
liam.ran...@gmail.com
on 8 Feb 2012 at 10:35The text was updated successfully, but these errors were encountered: