From Christian Durrer:
[obnox/wireshark/wip.git] / capture-wpcap.c
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 guyIf we have pcap_breakloop(), at least on UN*X we can...
2006-05-21 sahlbergname change
2006-03-02 etxrabfrom Daniele Orlandi:
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-10-04 guyRemove an extra " from a command, and fix indentation.
2005-06-03 guyUpdate URLs and domain names that refer to the WinPcap...
2005-05-25 ulfladd const to pcap_next_ex() parameter, as WinPcap 3...
2005-05-21 ulflbugfix: prevent a (null pointer access) crash with...
2005-05-21 ulflbugfix: mark pcap_freecode() as optional, as it's not...
2005-04-14 guyStrip off anything after a blank in the PacketLibraryVe...
2005-03-23 guyIt doesn't matter whether, when building with WinPcap...
2005-03-23 guyIf we have "pcap_freecode()", use it to free the instru...
2004-09-27 guyIf "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i...
2004-09-24 geraldFix a typo.
2004-09-23 guyFrom Gisle Vanem: add support for pcap_datalink_val_to_...
2004-08-10 guyFrom Graham Bloice: if we don't have "pcap_lib_version...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-12 guyOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-03-13 ulflexperimental: make usage of pcap_setbuff to increase...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-10-10 guyConfigure whether we have WinPcap based on whether...
2003-10-10 guyGet the version number of the libpcap/WinPcap with...
2003-10-10 guyUse "pcap_findalldevs()" if present.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2001-04-03 gramNow that WinPcap is a DLL, I can load it at run-time...