From Ryan Hoffman via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6122
[obnox/wireshark/wip.git] / capture_wpcap_packet.c
2010-08-25 geraldAdd ws_load_library and ws_module_open, which respectiv...
2010-04-28 wmeier Let's not use tabs with tab-width=4; Convert tabs...
2009-08-29 krjRevert r29614 until I figure out why buildbot doesn...
2009-08-29 krjUse G_STRINGIFY/G_PASTE
2009-07-23 wmeierFix emacs editor modeline to be a 'safe" value.
2009-06-09 geraldFor interfaces that don't support PacketOpenAdapter...
2008-10-24 wmeierFix for SVN #26535 so that building Wireshark with...
2008-10-24 wmeierWindows build: #include winsock2.h only when needed.
2007-03-27 ulflfrom Gisle Vanem:
2007-03-24 ulflhmmm, _WINSOCK2API_ is not the way to go, the PSDK...
2007-03-24 ulflas mentioned by Graham Bloice:
2007-02-25 ulflfix #1399: don't assert the oidlength returned from...
2007-01-08 ulflfix compilation for:
2007-01-06 ulflfix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe...
2007-01-02 ulflMSVC2006 defines sockaddr_storage, so we shouldn't...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-04-25 ulflcopy input data into the buffer given to PacketRequest...
2006-04-10 ulflfix #868: don't assert but simply ignore values that...
2005-09-20 ulflfix a compiler warning (... copied from RFC2553 :-)
2005-09-20 ulflthe buildbot has a problem not knowing sa_family_t...
2005-09-19 ulflfix #340: define the missing sockaddr_storage struct...
2005-05-21 ulfldon't crash if packet.dll is not available, add some...
2005-05-21 ulflas suggested by Loris: add wpcap_packet_get_version...
2005-05-21 ulfldon't use LPADAPTER but simply void * as we don't need...
2005-05-20 ulflwin32 only: get interface details from WinPcap's packet...