Assign a pcap_t* File Descriptor to a Chunk of Memory?

前端 未结 0 408
我寻月下人不归
我寻月下人不归 2021-02-14 02:28

I’ve written a C program which write a valid PCAP file into a malloc’ed chunk of memory:

u_char* myPCAP = writePCAP( ... );

The program works won

相关标签:
回答
  • 消灭零回复
提交回复
热议问题