]> The Tcpdump Group git mirrors - libpcap/commit
"device" in the "pcap_md" structure is a copy of a string, and needn't
authorguy <guy>
Sat, 28 Dec 2002 00:44:04 +0000 (00:44 +0000)
committerguy <guy>
Sat, 28 Dec 2002 00:44:04 +0000 (00:44 +0000)
commit6f70bcdf95b6ba54a1df73df174f69b9dea4ede7
treec8a6015f4a628f02491f848a83454013a20f5386
parent79c4d5bc62d4056bc884709e4921693c43bd88cb
"device" in the "pcap_md" structure is a copy of a string, and needn't
be "const" - not should it be, as that causes compiler whining for calls
that free the copy.
pcap-int.h