Callers must copy the data if it needs to survive across other libpcap calls.
Parameters
fp | File pointer to the ethers file. |
Returns
A pointer to a
pcap_etherent structure, or null at EOF.pcap_etherent * nextEtherent(FILE * fp)Returns the next entry from the ethers file.
Callers must copy the data if it needs to survive across other libpcap calls.
fp | File pointer to the ethers file. |
pcap_etherent structure, or null at EOF.