pcap_new_session() is only used within simple_sniffer sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Create pcap file successfully - ESP_ERR_INVALID_ARG: Create pcap file failed because of invalid argument - ESP_ERR_NO_MEM: Create pcap file failed because out of memory - ESP_FAIL: Create pcap file failed

Notes

This function won't create the low level FILE* object, the user should take care of the creation of the File Stream.

References

from examples