Skip to content

Commit

Permalink
use standard Linux network interface names.
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingue committed Dec 10, 2012
1 parent a291054 commit cc15793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/pcap.conf
Original file line number Original file line Diff line number Diff line change
@@ -1,14 +1,14 @@
%pcap %pcap


pcapDescr.1 = "ARP, ICMP and VRRP traffic" pcapDescr.1 = "ARP, ICMP and VRRP traffic"
pcapDevice.1 = "p34p1" pcapDevice.1 = "eth0"
pcapFilter.1 = "arp or icmp or vrrp" pcapFilter.1 = "arp or icmp or vrrp"


pcapDescr.2 = "DNS traffic" pcapDescr.2 = "DNS traffic"
pcapDevice.2 = "p34p1" pcapDevice.2 = "eth0"
pcapFilter.2 = "port domain" pcapFilter.2 = "port domain"


pcapDescr.3 = "HTTP traffic" pcapDescr.3 = "HTTP traffic"
pcapDevice.3 = "p34p1" pcapDevice.3 = "eth0"
pcapFilter.3 = "port http or port https" pcapFilter.3 = "port http or port https"


0 comments on commit cc15793

Please sign in to comment.