Make wtap_optionblock_foreach_option public.
[metze/wireshark/wip.git] / wiretap / pcap-common.h
2016-04-03 Guy HarrisDon't use <wtap.h> to refer to the main libwiretap...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-06 Guy HarrisMake some routines take a struct wtap_pkthdr * as an...
2013-05-18 Guy HarrisIn the pcapng seek-read routine, *don't* fill in wth...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 Balint ReczeyExport libwiretap symbols using WS_DLL_PUBLIC define
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-09-01 Guy HarrisMerge pcap_fill_in_pseudo_header() into pcap_read_post_...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-06-04 Balint ReczeyFix wiretap headers to allow error-free ABI dumping.
2010-04-21 Guy HarrisFrom Chris Maynard:
2010-02-23 Guy HarrisMove the declarations of wtap_pcap_encap_to_wtap_encap...
2009-06-27 Michael TüxenCleanup. Should be included in Wireshark 1.2.1 and...
2009-06-27 Michael TüxenThis patch
2009-06-27 Michael TüxenThis commit
2009-06-02 Guy HarrisWhen doing a seek-and-read, don't check the packet...
2009-04-27 Guy Harrispcap_to_wtap_map is not used outside wiretap/pcap-commo...
2009-04-27 Guy HarrisMove pseudo-header routines from libpcap.c to pcap...
2009-04-27 Guy HarrisHave the libpcap and pcap-NG code share the LINKTYPE_...