pcap_io: Use iterator variable of correct type
commite4465480c2fb8b23a0786e6d395597ea3d0d9888
authorTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 15:41:41 +0000 (13 17:41 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 15:42:14 +0000 (13 17:42 +0200)
tree37564fd42c5a5a34e1788f61a8af52455827c310
parent634fddf161d80503d0e1cef59272152611317a76
pcap_io: Use iterator variable of correct type

array_size() returns size_t, thus make i size_t too to avoid a warning
regarding comparison of signed/unsigned.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
pcap_io.h