Home
last modified time | relevance | path

Searched refs:PCAP_CHAR_ENC_UTF_8 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libpcap/
H A Dfmtutils.c70 if (opts == PCAP_CHAR_ENC_UTF_8) in pcapint_fmt_set_encoding()
H A Dpcap.c274 case PCAP_CHAR_ENC_UTF_8: in pcap_init()
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.c334 if (pcap_init(PCAP_CHAR_ENC_UTF_8, errbuf) == -1) in main()
339 pcapint_fmt_set_encoding(PCAP_CHAR_ENC_UTF_8); in main()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h432 #define PCAP_CHAR_ENC_UTF_8 0x00000001U /* strings are in UTF-8 */ macro