[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
should have proof read better...
- To: iptraf-users@seul.org
- Subject: should have proof read better...
- From: Jay Fougere <jay@fougere.us>
- Date: Mon, 16 Feb 2004 16:54:21 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: iptraf-users-outgoing@seul.org
- Delivered-to: iptraf-users@seul.org
- Delivery-date: Mon, 16 Feb 2004 16:56:55 -0500
- Reply-to: iptraf-users@seul.org
- Sender: owner-iptraf-users@seul.org
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040128
That should read:
1. Change line #40 in src/ifaces.c from:
{ "lo", "eth", "sl", "ppp", "ippp", "plip", "fddi", "isdn", "dvb",
to:
{ "lo", "eth", "ath", "sl", "ppp", "ippp", "plip", "fddi", "isdn", "dvb",
*so that the "ath" string is parsed from /proc/net/dev/
2. Add below line #82 in src/packet.c another entry as follows:
else if (strncmp(ifname, "ath", 3) == 0)
result = LINK_ETHERNET;