Turn around the sequence of PATH, so the former PATH will be in front of the newly...
[metze/wireshark/wip.git] / capture-wpcap.c
2005-06-03 Guy HarrisUpdate URLs and domain names that refer to the WinPcap...
2005-05-25 Ulf Lampingadd const to pcap_next_ex() parameter, as WinPcap 3...
2005-05-21 Ulf Lampingbugfix: prevent a (null pointer access) crash with...
2005-05-21 Ulf Lampingbugfix: mark pcap_freecode() as optional, as it's not...
2005-04-14 Guy HarrisStrip off anything after a blank in the PacketLibraryVe...
2005-03-23 Guy HarrisIt doesn't matter whether, when building with WinPcap...
2005-03-23 Guy HarrisIf we have "pcap_freecode()", use it to free the instru...
2004-09-27 Guy HarrisIf "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i...
2004-09-24 Gerald CombsFix a typo.
2004-09-23 Guy HarrisFrom Gisle Vanem: add support for pcap_datalink_val_to_...
2004-08-10 Guy HarrisFrom Graham Bloice: if we don't have "pcap_lib_version...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-12 Guy HarrisOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-03-13 Ulf Lampingexperimental: make usage of pcap_setbuff to increase...
2004-01-05 Ulf Lampingremoved some MSVC warnings (level 3)
2003-12-21 Ulf Lampingremoved some MSVC warnings (moved pcap.h before glib.h)
2003-10-10 Guy HarrisConfigure whether we have WinPcap based on whether...
2003-10-10 Guy HarrisGet the version number of the libpcap/WinPcap with...
2003-10-10 Guy HarrisUse "pcap_findalldevs()" if present.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2001-04-03 Gilbert RamirezNow that WinPcap is a DLL, I can load it at run-time...