]> git.pld-linux.org Git - packages/aircrack.git/blob - aircrack-2.1-amd64.patch
- from gentoo
[packages/aircrack.git] / aircrack-2.1-amd64.patch
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.131705 seconds and 4 git commands to generate.