aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
Commit message (Expand)AuthorAgeFilesLines
* Add ws_load_library and ws_module_open, which respectively callGerald Combs2010-08-251-1/+2
* Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).Bill Meier2010-04-281-67/+67
* Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam2009-08-291-1/+4
* Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam2009-08-291-4/+1
* Fix emacs editor modeline to be a 'safe" value.Bill Meier2009-07-231-2/+2
* For interfaces that don't support PacketOpenAdapter (such as TurboCap),Gerald Combs2009-06-091-0/+13
* Fix for SVN #26535 so that building Wireshark with VC6 doesn't fail.Bill Meier2008-10-241-2/+5
* Windows build: #include winsock2.h only when needed.Bill Meier2008-10-241-9/+9
* from Gisle Vanem:Ulf Lamping2007-03-271-1/+1
* hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 a...Ulf Lamping2007-03-241-8/+7
* as mentioned by Graham Bloice:Ulf Lamping2007-03-241-9/+6
* fix #1399: don't assert the oidlength returned from the network card driver, ...Ulf Lamping2007-02-251-4/+11
* fix compilation for:Ulf Lamping2007-01-081-3/+2
* fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK is...Ulf Lamping2007-01-061-4/+6
* MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for...Ulf Lamping2007-01-021-0/+7
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* copy input data into the buffer given to PacketRequest(), so functions with i...Ulf Lamping2006-04-251-0/+1
* fix #868: don't assert but simply ignore values that don't have the proper sizeUlf Lamping2006-04-101-4/+2
* fix a compiler warning (... copied from RFC2553 :-)Ulf Lamping2005-09-201-1/+1
* the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t an...Ulf Lamping2005-09-201-4/+7
* fix #340: define the missing sockaddr_storage struct to be able to use Packet...Ulf Lamping2005-09-191-0/+39
* don't crash if packet.dll is not available, add some more packet.dll version ...Ulf Lamping2005-05-211-1/+3
* as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...Ulf Lamping2005-05-211-3/+15
* don't use LPADAPTER but simply void * as we don't need to look inside the mem...Ulf Lamping2005-05-211-8/+8
* win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping2005-05-201-0/+252