Wireshark-commits: [Wireshark-commits] rev 45496: /trunk-1.8/wiretap/ /trunk-1.8/wiretap/: pcapng.c
Date: Fri, 12 Oct 2012 03:56:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45496

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

Log:
 Copy over r45495 from trunk:
 
   ------------------------------------------------------------------------
   r45495 | guy | 2012-10-11 20:55:10 -0700 (Thu, 11 Oct 2012) | 13 lines
 
   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-1.8/wiretap/
  Changes    Path          Action
  +113 -79   pcapng.c      Modified