| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ws_load_library and ws_module_open, which respectively call | Gerald Combs | 2010-08-25 | 1 | -1/+2 |
* | Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4). | Bill Meier | 2010-04-28 | 1 | -67/+67 |
* | Revert r29614 until I figure out why buildbot doesn't like it | Kovarththanan Rajaratnam | 2009-08-29 | 1 | -1/+4 |
* | Use G_STRINGIFY/G_PASTE | Kovarththanan Rajaratnam | 2009-08-29 | 1 | -4/+1 |
* | Fix emacs editor modeline to be a 'safe" value. | Bill Meier | 2009-07-23 | 1 | -2/+2 |
* | For interfaces that don't support PacketOpenAdapter (such as TurboCap), | Gerald Combs | 2009-06-09 | 1 | -0/+13 |
* | Fix for SVN #26535 so that building Wireshark with VC6 doesn't fail. | Bill Meier | 2008-10-24 | 1 | -2/+5 |
* | Windows build: #include winsock2.h only when needed. | Bill Meier | 2008-10-24 | 1 | -9/+9 |
* | from Gisle Vanem: | Ulf Lamping | 2007-03-27 | 1 | -1/+1 |
* | hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 a... | Ulf Lamping | 2007-03-24 | 1 | -8/+7 |
* | as mentioned by Graham Bloice: | Ulf Lamping | 2007-03-24 | 1 | -9/+6 |
* | fix #1399: don't assert the oidlength returned from the network card driver, ... | Ulf Lamping | 2007-02-25 | 1 | -4/+11 |
* | fix compilation for: | Ulf Lamping | 2007-01-08 | 1 | -3/+2 |
* | fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK is... | Ulf Lamping | 2007-01-06 | 1 | -4/+6 |
* | MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for... | Ulf Lamping | 2007-01-02 | 1 | -0/+7 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -1/+1 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | copy input data into the buffer given to PacketRequest(), so functions with i... | Ulf Lamping | 2006-04-25 | 1 | -0/+1 |
* | fix #868: don't assert but simply ignore values that don't have the proper size | Ulf Lamping | 2006-04-10 | 1 | -4/+2 |
* | fix a compiler warning (... copied from RFC2553 :-) | Ulf Lamping | 2005-09-20 | 1 | -1/+1 |
* | the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t an... | Ulf Lamping | 2005-09-20 | 1 | -4/+7 |
* | fix #340: define the missing sockaddr_storage struct to be able to use Packet... | Ulf Lamping | 2005-09-19 | 1 | -0/+39 |
* | don't crash if packet.dll is not available, add some more packet.dll version ... | Ulf Lamping | 2005-05-21 | 1 | -1/+3 |
* | as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl... | Ulf Lamping | 2005-05-21 | 1 | -3/+15 |
* | don't use LPADAPTER but simply void * as we don't need to look inside the mem... | Ulf Lamping | 2005-05-21 | 1 | -8/+8 |
* | win32 only: get interface details from WinPcap's packet.dll (direct access to... | Ulf Lamping | 2005-05-20 | 1 | -0/+252 |