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