[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

should have proof read better...



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;