Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220293
Collapse All | Expand All

(-)hping2-rc3.orig/getlhs.c (+3 lines)
Lines 108-113 Link Here
108
	} else if ( strstr(ifname, "wlan") ) {
108
	} else if ( strstr(ifname, "wlan") ) {
109
		linkhdr_size = WLANHDR_SIZE;
109
		linkhdr_size = WLANHDR_SIZE;
110
		return 0;
110
		return 0;
111
	} else if (strstr(ifname, "ath") ) {
112
		linkhdr_size = WLANHDR_SIZE;
113
		return 0;
111
	}
114
	}
112
	else
115
	else
113
		return -1;
116
		return -1;

Return to bug 220293