]> git.pld-linux.org Git - packages/aircrack.git/blame - aircrack-2.1-amd64.patch
- up to 2.41
[packages/aircrack.git] / aircrack-2.1-amd64.patch
CommitLineData
f14e631b
GS
1--- aircrack.c.orig 2005-04-11 16:59:28.000000000 +0200
2+++ aircrack.c 2005-04-11 17:19:14.000000000 +0200
3@@ -121,7 +121,12 @@
4 unsigned long cnt1;
5 unsigned long cnt2;
6 unsigned char *h80211;
7- struct pcap_pkthdr pkh;
8+ struct {
9+ struct {
10+ int tv_sec, tv_usec;
11+ } ts;
12+ int caplen, len;
13+ } pkh;
14 struct pcap_file_header pfh;
15
16 /* open the file and check the pcap header */
This page took 0.096263 seconds and 4 git commands to generate.