Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Modify pcap_agent.tcl to support ip & vlan tagged interfaces #222

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 11 comments
Closed

Comments

@GoogleCodeExporter
Copy link


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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant