39 nmsg_res_container_full,
40 nmsg_res_container_overfull,
@ nmsg_res_read_failure
read failure
@ nmsg_res_again
caller should try again
@ nmsg_res_stop
processing should stop
@ nmsg_res_magic_mismatch
nmsg header magic incorrect
@ nmsg_res_version_mismatch
nmsg header version incorrect
@ nmsg_res_success
success
@ nmsg_res_eof
end of file
@ nmsg_res_pcap_error
libpcap error
@ nmsg_res_notimpl
module lacks a function
@ nmsg_res_failure
generic failure
@ nmsg_res_parse_error
unable to parse input
@ nmsg_res_pbuf_ready
a pbuf is ready to be written
@ nmsg_res_memfail
out of memory
const char * nmsg_res_lookup(enum nmsg_res val)
Look up a result code by value.