hexformat 62 source3/utils/log2pcaphex.c int hexformat = 0; hexformat 307 source3/utils/log2pcaphex.c { "hex", 'h', POPT_ARG_NONE, &hexformat, 0, "Output format readable by text2pcap" }, hexformat 345 source3/utils/log2pcaphex.c if(!hexformat)print_pcap_header(out); hexformat 358 source3/utils/log2pcaphex.c if(hexformat) print_hex_packet(out, curpacket, curpacket_len);