Re: [tcpdump-workers] snprintf in libpcap

2020-03-02 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On Mar 2, 2020, at 2:08 PM, Guy Harris via tcpdump-workers wrote: > Or are you thinking of asprintf()? I didn't *think* that was available on > Windows, so we would supply our own implementation, but AppVeyor appears to > be finding it in recent builds. OK, it's finding

Re: [tcpdump-workers] snprintf in libpcap

2020-03-02 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On Mar 2, 2020, at 1:51 PM, Guy Harris via tcpdump-workers wrote: > On Mar 2, 2020, at 1:22 PM, Michael Richardson via tcpdump-workers > wrote: > >> Back in 2016, we note in the CHANGES: >> Replace sprintf() with pcap_snprintf(). >> >> but, we have no prototype for thi

Re: [tcpdump-workers] snprintf in libpcap

2020-03-02 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On Mar 2, 2020, at 1:22 PM, Michael Richardson via tcpdump-workers wrote: > Back in 2016, we note in the CHANGES: > Replace sprintf() with pcap_snprintf(). > > but, we have no prototype for this, and apparently no definition, and we use > snprintf() everywhere. I'm tryi

[tcpdump-workers] snprintf in libpcap

2020-03-02 Thread Michael Richardson via tcpdump-workers
--- Begin Message --- Back in 2016, we note in the CHANGES: Replace sprintf() with pcap_snprintf(). but, we have no prototype for this, and apparently no definition, and we use snprintf() everywhere. I'm trying to merge Ray's changes which are rebased into pull request #914. I think that we

Re: [tcpdump-workers] Legacy Linux kernel support

2020-03-02 Thread Mario Rugiero via tcpdump-workers
--- Begin Message --- El lun., 2 mar. 2020 a las 14:31, Michael Richardson () escribió: > I am trying to process many pull requests for libpcap and tcpdump, get some > things closed. I don't think that there is a pull request from you yet. > Am I wrong? > Some related PRs got merged already. My Gi