head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.09.14.13.24.59;	author dwcjr;	state dead;
branches;
next	1.2;

1.2
date	2001.06.04.13.48.50;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.28.01.57.17;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Give maintainership to originator
Remove broken line
Update to 2.0.0-rc1

PR:		30572
Submitted by:	Nicolas.Jombart@@hsc-labs.com
Approved by:	maintainer
@
text
@--- getlhs.c.orig	Mon Jun  4 16:17:30 2001
+++ getlhs.c	Mon Jun  4 16:17:32 2001
@@@@ -73,6 +73,7 @@@@
 	else if ( strstr(ifname, "eth") /* ? */
 	     ||   strstr(ifname, "ed")
 	     ||   strstr(ifname, "ne")
+             ||   strstr(ifname, "xe")  /* Xircom */
 	     ||   strstr(ifname, "xl")	/* 3com */
 	     ||   strstr(ifname, "vx")	/* 3com (older model) */
 	     ||   strstr(ifname, "ep")  /* 3com 3c589 */
@@@@ -85,6 +86,17 @@@@
 	     ||   strstr(ifname, "sk")	/* SysKonnect SK-984x */
 	     ||   strstr(ifname, "tl")	/* Compaq Netelligent 10/10+TNETE100 */
 	     ||   strstr(ifname, "tx")	/* SMC 9432TX */
+             ||   strstr(ifname, "an")  /* Aironet 4500/4800 */
+             ||   strstr(ifname, "awi") /* PRISM I IEEE 802.11b wireless NIC */
+             ||   strstr(ifname, "dc")  /* DEC/Intel 21143 and workalikes */
+             ||   strstr(ifname, "de")  /* Digital Equipment DC21040 */
+             ||   strstr(ifname, "pcn") /* AMD Am79C79x */\
+             ||   strstr(ifname, "sis") /* SiS 900/SiS 7016 */
+             ||   strstr(ifname, "ste") /* Sundance ST201 */
+             ||   strstr(ifname, "vr")  /* VIA Rhine, Rhine II */
+             ||   strstr(ifname, "vx")  /* 3com (older model) */
+             ||   strstr(ifname, "wi")  /* WaveLAN/IEEE 802.11 wireless NICs */
+             ||   strstr(ifname, "wx")  /* Intel Gigabit "Wiseman" */
 	     ||   strstr(ifname, "wb"))	/* Winbond W89C840F chip */
 	{
 		linkhdr_size = ETHHDR_SIZE;
@


1.2
log
@Recognize more Ethernet interfaces.
Install docs, honoring NOPORTDOCS.

PR:		27649 - the problem of unrecognized ether ifaces;
		27874 - the maintainer patch.
Reported by:	Jason Swank <jswank@@colltech.com> (the problem)
Submitted by:	maintainer (the patch)
@
text
@@


1.1
log
@Add New Port: security/hping
Network auditing tool

PR:		21933
Submitted by:	Roman Shterenzon <roman@@xpert.com>
@
text
@d1 2
a2 2
--- getlhs.c.orig	Thu Oct  5 15:26:31 2000
+++ getlhs.c	Thu Oct  5 15:26:26 2000
d7 1
a7 1
+	     ||   strstr(ifname, "xe")	/* Xircom */
d11 18
@

