Hi All,<br><br>In my previous post, I reported a crash caused by pcap_next_ex().<br><br>Even though I haven&#39;t fully confirmed that yet, I suspect that the first argument passed to pcap_next_ex() (i.e. pcap_t *p) might be NULL.<br>
<br>Based on my readings so far, pcap_next_ex() does not return any error value or throws an exception when its first argument is NULL (Still, I need your confirmation).<br><br>My question is: What happens if I call pcap_open_offline() sequentially for a certain number of times greater than the OS limit on simultaneously open file handles ?<br>
(I think that it will simply return NULL)<br><br>To realize such a scenario, pcap_fopen_offline() should be used instead, I think.<br><br>Am I correct ?<br><br>Thanks.<br>