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