diff options
author | headshog <craaaaaachind@gmail.com> | 2023-07-17 18:38:50 +0300 |
---|---|---|
committer | headshog <craaaaaachind@gmail.com> | 2023-07-17 18:38:50 +0300 |
commit | ad2b500d4c7ab1398a14cd728e1379bcad0954a6 (patch) | |
tree | 1b96aba4ebc017850515f91f8dc75d142b0c830b | |
parent | bdfd4f4da1a2b4a21ca8fab718831259edb82d75 (diff) |
fix pcap-util.c
-rw-r--r-- | pcap-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-util.c b/pcap-util.c index 1579a84d..962264ec 100644 --- a/pcap-util.c +++ b/pcap-util.c @@ -344,7 +344,7 @@ swap_nflog_header(const struct pcap_pkthdr *hdr, u_char *buf) nflog_tlv_t *tlv; u_int caplen = hdr->caplen; u_int length = hdr->len; - uint16_t size; + u_int size; if (caplen < (u_int) sizeof(nflog_hdr_t) || length < (u_int) sizeof(nflog_hdr_t)) { |