pcap_io: Fix compiler warning
commit93b19b3f28c37fe7d0c5bbd5a927fb4cff69ce31
authorTobias Klauser <tklauser@distanz.ch>
Sun, 11 Aug 2013 12:22:33 +0000 (11 14:22 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sun, 11 Aug 2013 12:22:33 +0000 (11 14:22 +0200)
tree21843b6e2b93abc52881937ec772fecfc8b833d7
parentb3773742da2d41636c672a838673615a98407746
pcap_io: Fix compiler warning

Fix the following compiler warning that occurs when building with "-W
-Wall -Wextra":

pcap_io.h: In function ‘pcap_prepare_header’:
pcap_io.h:628:255: warning: signed and unsigned type in conditional expression [-Wsign-compare]

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