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 41122: /trunk/ /trunk/: tshark.c

Date: Tue, 21 Feb 2012 17:07:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41122

User: tuexen
Date: 2012/02/21 09:07 AM

Log:
 This should fix the buildbots...
 
 The problem was that when reading a .pcap file, we don't have any IDBs.
 If reqested to write out an pcapng file, we (now) build a dummy IDB which
 uses the file's encapsulation as the interface encapsulation. Therefore
 it can't be per=packet.
 We need to fix this by using wtap_dump_open_ng()...

Directory: /trunk/
  Changes    Path          Action
  +8 -0      tshark.c      Modified