summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Expand)Author
2024-09-24backout scanner.l strtonum commits; they restrict numbers to INT_MAX,Stuart Henderson
2024-09-15remove unused variablesJonathan Gray
2024-08-29Fix regression introduced in previous migration to strtol() byAnton Lindqvist
2024-08-28libpcap: replace atoi() usage with strtonum()Omar Polo
2024-08-28libpcap: replace hand-rolled number parser with strtolOmar Polo
2024-05-21remove prototypes with no matching functionJonathan Gray
2024-04-08more ansi function declsJonathan Gray
2024-04-05ANSI functions; ok tbTheo de Raadt
2024-02-26type mgtv -> mgt; from todd carsonJason McIntyre
2023-08-10Allow libpcap to read files with some additional link-layer type valuesAlexandr Nedvedicky
2023-04-12remove duplicate linesJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-09-10wireless LANS -> wireless LANsJonathan Gray
2022-05-28clear cur_membag so that pcap can be used more than onceTheo de Raadt
2022-05-28Do not walk off the end of the array performing freesTheo de Raadt
2022-03-28tweak the pflog ifname filter to include the terminating nul.David Gwynne
2022-02-13Handle the case in freechunks where not a single allocation has happened.Otto Moerbeek
2021-12-05libpcap parser uses a memory tracker to only free all objects at the end.Theo de Raadt
2021-12-01we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unixTheo de Raadt
2021-09-10nothing from sys/param.h is usedTheo de Raadt
2021-09-10the SunOS lseek 4G wraparound workaround is not needed, consequentlyTheo de Raadt
2021-09-07synchronize tcpdump.8 and pcap-filter.5 primitives documentationDenis Fondras
2021-09-02Ah, I was fooled by a left over man pageTheo de Raadt
2021-09-02this is not a section 3 man page anymoreTheo de Raadt
2021-01-20typo; spotted by jmcStuart Henderson
2021-01-18support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamStuart Henderson
2020-09-12Fix byte order handling for DLT_LOOP linkskn
2020-08-03crank the major cos grammar.c has grown.David Gwynne
2020-08-03add "sample NUM" so you can ask to capture 1/NUM packets from a filter.David Gwynne
2020-08-03add support for handling loads from BPF_RND.David Gwynne
2020-07-21DLT_LOOP does have a link header, so tell pcap-filter so it can use it.David Gwynne
2020-05-29from edgar pettijohn: correct return type in pcap_open_live.3;Jason McIntyre
2020-05-27add support for pcap_breakloop when reading packets from files.David Gwynne
2019-12-17Fix bogus ".It .Cm"Jeremie Courreges-Anglas
2019-11-28Fix typo in comment in struct pcap_pkthdrakoshibe
2019-09-25the mentioned .Fn functions are in a another file, so .Xr themTheo de Raadt
2019-09-25pcap-filter now section 5: adjust XrJason McIntyre
2019-09-25mdoc version of pcap-filter;Jason McIntyre
2019-09-03pcap-filter(3) is not a function, it is a language description. It wasTheo de Raadt
2019-08-30there is no pcap(3) function, "man pcap" returns an incorrect result.Theo de Raadt
2019-07-19add "slow" to the list of ethernet protocol names.David Gwynne
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-12-13further document pcap_dump; from jan staryJason McIntyre
2018-12-12some pcap_setdirection details; from jan staryJason McIntyre
2018-12-09add basic MPLS filtering supportdenis
2018-11-10unbreak VLAN filteringdenis
2018-11-09fix a typodenis
2018-06-03Sync manual with the const changes introduced in pcap.h rev 1.20.Theo Buehler
2018-06-03Change some libpcap functions which use pointers as arguments andStuart Henderson