Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42874: /trunk/ /trunk/: summary.c

Date: Mon, 28 May 2012 01:23:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42874

User: guy
Date: 2012/05/27 06:23 PM

Log:
 That doesn't work correctly if we read in a file with no interface
 information, as it'll fill in whatever stuff happens to be in the
 capture info.  We should somehow figure uot whether this is a capture we
 just did (note: cf->is_tempfile does *NOT* necessarily tell us that, as
 it's set for the result of a merge, and is cleared if we save the
 capture) and fill in the interface information only if that's the case.
 
 Put in a comment to note that we need to do that.

Directory: /trunk/
  Changes    Path          Action
  +3 -0      summary.c     Modified