I've got a network where I've captured roughly 40,000 IVs. The key was decrypted successfully and unless I'm missing a step I can't figure out what I'm doing wrong.

This is a WEP network that I'm using a dictionary attack on.

Here is the input and output in terminal.

Code:
root@peepee:~# aircrack-ng -c -w /root/Downloads/500-worst-passwords.txt /root/Desktop/FBI-02.cap
Opening /root/Desktop/FBI-02.cap
Read 331845 packets.

   #  BSSID              ESSID                     Encryption

   1  00:1F:33:C7:CD:10  FBI                       WEP (43380 IVs)

Choosing first network as target.

Opening /root/Desktop/FBI-02.cap
Reading packets, please wait...

                                 Aircrack-ng 1.2 rc3


                 [00:00:00] Tested 0 keys (got 43380 IVs)

   KB    depth   byte(vote)
    0    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    1    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    2    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    3    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    4    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    5    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    6    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    7    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    8    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
    9    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
   10    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
   11    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 
   12    0/  0   00(   0) 00(   0) 00(   0) 00(   0) 00(   0) 



Quitting aircrack-ng...