Searched refs:PcapBufSize (Results 1 – 1 of 1) sorted by relevance
56 #define PcapBufSize 256000 /*dimension of the buffer in the pcap_t structure*/ macro527 p->bufsize = PcapBufSize; in pcap_open_live()545 p->buffer = (u_char *)malloc(PcapBufSize); in pcap_open_live()