コード例 #1
0
 /// <summary>return the standard I/O stream of the 'savefile' opened by pcap_dump_open().</summary>
 internal static IntPtr /*FILE **/  pcap_dump_file(IntPtr /*pcap_dumper_t **/ p)
 {
     return(UseWindows ? Windows.pcap_dump_file(p) : Unix.pcap_dump_file(p));
 }