index
:
delta/libpcap.git
android-libpcap-0.9.8
bare
baserock/1.5.3-openwrt
coverity_scan
lbl
libpcap-0.6
libpcap-0.7
libpcap-0.8
libpcap-0.9
libpcap-1.0
libpcap-1.1
libpcap-1.10
libpcap-1.2
libpcap-1.3
libpcap-1.4
libpcap-1.5
libpcap-1.6
libpcap-1.7
libpcap-1.8
libpcap-1.9
libpcap_0_6
libpcap_0_7
libpcap_0_8
libpcap_0_8rel1
libpcap_0_9
libpcap_1.1
libpcap_1.2
libpcap_1.3
libpcap_1.4
libpcap_1.5
libpcap_1_0
libpcap_1_0_rel0b
libpcap_1_4rel0
linux-2-2-packet
master
origin
pcap-options
raybellis-gzip-v2
test
test-rc
github.com: the-tcpdump-group/libpcap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-new.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-5
/
+15
*
Plug memory leaks and clean up interface list creation.
Guy Harris
2017-11-13
1
-14
/
+34
*
Put rpcap protocol routines common to client and server in rpcap-protocol.c
Guy Harris
2017-09-30
1
-1
/
+0
*
Fix Windows build errors.
Guy Harris
2017-09-06
1
-1
/
+1
*
Move the ADAPTER * out of pcap_t into the pcap-win32.c private data.
Guy Harris
2017-09-06
1
-19
/
+9
*
Move URL parsing and construction to pcap.c.
Guy Harris
2017-09-04
1
-225
/
+0
*
Make sure sockutils.h is included before portability.h.
Guy Harris
2017-09-03
1
-1
/
+6
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Move the RPCAP-specific functions to pcap-rpcap.h.
Guy Harris
2017-03-20
1
-0
/
+1
*
Get rid of extra semicolon.
Guy Harris
2017-03-19
1
-1
/
+1
*
Move the active-mode stuff to pcap-rpcap.c.
Guy Harris
2017-03-14
1
-275
/
+0
*
Make this code a bit more like future code.
Guy Harris
2017-03-13
1
-66
/
+65
*
Fix remote opening and remote open error string return.
Guy Harris
2017-03-13
1
-4
/
+4
*
Move rpcap-protocol.h to the top-level directory.
Guy Harris
2017-03-13
1
-1
/
+1
*
In pcap_open(), use pcap_create() and pcap_activate() for local interfaces.
Guy Harris
2017-03-13
1
-25
/
+57
*
Rename pcap-rpcap.h to pcap-rpcap-int.h.
Guy Harris
2017-03-13
1
-1
/
+1
*
Use _WIN32 consistently, but don't use it for threads vs. subprocesses.
Guy Harris
2017-03-13
1
-9
/
+9
*
Put rpcap protocol definitions into rpcap/rpcap-protocol.h.
Guy Harris
2017-03-10
1
-1
/
+2
*
Move the pcap_findalldevs_ex code for rpcap into pcap-rpcap.c
Guy Harris
2017-03-10
1
-345
/
+11
*
Remove unused variables, clean up comments.
Guy Harris
2017-03-08
1
-5
/
+7
*
Get remote capture almost working.
Joerg Mayer
2017-03-08
1
-3
/
+3
*
Get rid of unused structure declaration.
Guy Harris
2017-03-08
1
-13
/
+0
*
Clean up remote capture.
Guy Harris
2017-03-08
1
-29
/
+5
*
Mark a remote capture pcap_t as activated once it's opened.
Guy Harris
2017-03-07
1
-0
/
+1
*
Remove trailing spaces/tabs
Francois-Xavier Le Bail
2016-08-20
1
-3
/
+3
*
Use strdup() to make mallocated copies of strings.
Guy Harris
2016-07-31
1
-11
/
+4
*
A pointer to an array is never null, so don't check if it is.
Guy Harris
2016-07-31
1
-1
/
+1
*
Add a variable that should have been in the previous commit.
Guy Harris
2016-07-31
1
-0
/
+1
*
Assorted cleanups.
Guy Harris
2016-07-31
1
-31
/
+36
*
Rename pcap-remote.[ch] to pcap-rpcap.[ch].
Guy Harris
2016-07-30
1
-1
/
+1
*
Fix MSVC compile warnings on the WinPcap specific code.
Yang Luo
2016-07-29
1
-27
/
+27
*
Have rpcap_remoteact_getsock() return a SOCKET and supply an "is active" flag.
Guy Harris
2016-07-28
1
-11
/
+8
*
Switch back to managed mode when closing the pcap if it switched it on, don't...
Yang Luo
2016-07-26
1
-1
/
+1
*
Add back WinPcap specific functions to libpcap, the built wpcap.dll already w...
Yang Luo
2016-07-26
1
-0
/
+1269