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 42872: /trunk/wiretap/ /trunk/wiretap/: libpcap.c

Date: Mon, 28 May 2012 00:43:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42872

User: guy
Date: 2012/05/27 05:43 PM

Log:
 Interface lists currently have to be constructed in the open routine
 (otherwise, nobody sees them); do so.
 
 Fix some cases where we weren't doing the proper post-processing after
 doing the heuristics for format changes that didn't involve magic-number
 changes (discovered because constructing the interface list is now being
 done as part of that post-processing).
 
 Fixes bug 7287.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +17 -12    libpcap.c     Modified