aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-1/+2
2010-04-28 Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).Bill Meier1-67/+67
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam1-1/+4
2009-08-29Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam1-4/+1
2009-07-23Fix emacs editor modeline to be a 'safe" value.Bill Meier1-2/+2
2009-06-09For interfaces that don't support PacketOpenAdapter (such as TurboCap),Gerald Combs1-0/+13
2008-10-24Fix for SVN #26535 so that building Wireshark with VC6 doesn't fail.Bill Meier1-2/+5
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-9/+9
2007-03-27from Gisle Vanem:Ulf Lamping1-1/+1
2007-03-24hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 a...Ulf Lamping1-8/+7
2007-03-24as mentioned by Graham Bloice:Ulf Lamping1-9/+6
2007-02-25fix #1399: don't assert the oidlength returned from the network card driver, ...Ulf Lamping1-4/+11
2007-01-08fix compilation for:Ulf Lamping1-3/+2
2007-01-06fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK is...Ulf Lamping1-4/+6
2007-01-02MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for...Ulf Lamping1-0/+7
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-25copy input data into the buffer given to PacketRequest(), so functions with i...Ulf Lamping1-0/+1
2006-04-10fix #868: don't assert but simply ignore values that don't have the proper sizeUlf Lamping1-4/+2
2005-09-20fix a compiler warning (... copied from RFC2553 :-)Ulf Lamping1-1/+1
2005-09-20the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t an...Ulf Lamping1-4/+7
2005-09-19fix #340: define the missing sockaddr_storage struct to be able to use Packet...Ulf Lamping1-0/+39
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ...Ulf Lamping1-1/+3
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...Ulf Lamping1-3/+15
2005-05-21don't use LPADAPTER but simply void * as we don't need to look inside the mem...Ulf Lamping1-8/+8
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping1-0/+252