summaryrefslogtreecommitdiff
path: root/extract.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Remove duplicate wordsFrancois-Xavier Le Bail2020-03-281-1/+1
* Don't assume ARM supports unaligned accesses.Guy Harris2018-09-091-4/+10
* Use the libpcap compiler test macro, not the tcpdump one.Guy Harris2018-08-041-1/+1
* Pick up extract.h stuff from tcpdump, and use it in bpf_filter.c.Guy Harris2018-08-041-50/+242
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-6/+8
* Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris2017-09-111-0/+2
* Exclude the <arpa/inet.h> header on WindowsFrancois-Xavier Le Bail2016-08-291-0/+2
* Fix warnings about implicit declarations of functions 'ntohs' and 'ntohl'Francois-Xavier Le Bail2016-08-191-0/+2
* For DLT_LINUX_SLL SocketCAN packets, fix up the header when reading.Guy Harris2016-08-181-0/+217