Wireshark-commits: [Wireshark-commits] rev 45495: /trunk/wiretap/ /trunk/wiretap/: pcapng.c

Date: Fri, 12 Oct 2012 03:55:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45495

User: guy
Date: 2012/10/11 08:55 PM

Log:
 If we see an SHB after we've read the first SHB, report that as an
 unsupported feature.
 
 If we see an IDB after all the IDBs at the beginning of the file,
 process it.  Fixes bug 7851.
 
 Get rid of unused read_idbs flag in pcapng_t structure.  (Also, as per
 the above, just because we've read all the IDBs at the beginning of the
 section, that doesn't necessarily mean we've read all the IDBs in the
 section.)
 
 Fix some places where we reject SPBs.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +113 -79   pcapng.c      Modified