ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12220] Capturing, and trying to save as pcapng, crashes

Date: Thu, 03 Mar 2016 09:11:55 +0000

Comment # 22 on bug 12220 from
OK, some debugging printouts in the capture/stop/save scenario show that:

   in the code to *read* a pcapng file, we're incrementing num_stat_entries and
adding to an array;

   in the code to *write* a pcapng file, num_stat_entries in a *different*
structure is 1, but the array pointer is null.


You are receiving this mail because:
  • You are watching all bug changes.