index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-dos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed DOS pcap driver, and Makefile aspects that configured it
Michael Richardson
2023-07-26
1
-1550
/
+0
*
Fix spelling
Josh Soref
2023-06-25
1
-9
/
+9
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-2
/
+2
*
Use a more meaningful name
Francois-Xavier Le Bail
2022-08-01
1
-3
/
+3
*
Fix some typos
Francois-Xavier Le Bail
2022-08-01
1
-1
/
+1
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-1
/
+17
*
Fix some spelling. [skip ci]
Denis Ovsienko
2020-10-09
1
-1
/
+1
*
Remove useless '#if 1'
Francois-Xavier Le Bail
2020-08-31
1
-2
/
+0
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Fix typos.
Nan Xiao
2019-10-30
1
-1
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-7
/
+7
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-2
/
+2
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-0
/
+3
*
No need to generate version.c or pcap_version.h.
Guy Harris
2017-10-03
1
-2
/
+0
*
Push pcap_lib_version() into the pcap-XXX.c files.
Guy Harris
2017-09-06
1
-0
/
+10
*
Make the checks and adjustment of the snapshot length module-dependent.
Guy Harris
2017-06-01
1
-0
/
+11
*
Support setting non-blocking mode before activating.
Guy Harris
2017-02-25
1
-0
/
+3
*
Some fixes for the new API.
Guy Harris
2017-01-20
1
-2
/
+6
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-23
/
+18
*
Clean up findalldevs code.
Guy Harris
2016-12-17
1
-5
/
+5
*
pcap_create_interface() needs the interface name on Linux.
Guy Harris
2016-06-30
1
-1
/
+1
*
Don't have pcap_create_common() set opt.device.
Guy Harris
2016-06-30
1
-2
/
+2
*
Rename opt.source to opt.device.
Guy Harris
2016-06-29
1
-4
/
+4
*
Have pcap_platform_finddevs() do all the "find local interfaces" work.
Guy Harris
2016-06-26
1
-13
/
+1
*
Have pcap_platform_finddevs() do all the "find local interfaces" work.
Guy Harris
2016-06-26
1
-3
/
+4
*
Don't check for NULL in cleanup routines, and don't pass NULL to them.
Guy Harris
2016-04-15
1
-2
/
+2
*
Updates for the MSDOS port of libpcap.
Gisle Vanem
2015-12-26
1
-45
/
+72
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-1
/
+1
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-7
/
+7
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-2
/
+0
*
Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.
Guy Harris
2013-12-14
1
-1
/
+1
*
Rename the "private" member of a pcap_t to avoid C++ issues.
Guy Harris
2013-08-07
1
-6
/
+6
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-12
/
+31
*
Rename pcap_create() to pcap_create_interface().
Gisle Vanem
2013-03-28
1
-3
/
+3
*
From Gisle Vanem:
guy
2008-04-22
1
-3
/
+3
*
From Gisle Vanem and me: fix some typoes of mine in the conversion to
guy
2008-04-19
1
-15
/
+11
*
Turn close_op into cleanup_op; the routine that handles it can also be
guy
2008-04-14
1
-3
/
+3
*
From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t
guy
2008-04-04
1
-31
/
+41
*
Don't assume that p->fcode.bpf_insns remains unchanged while processing
guy
2007-12-05
1
-3
/
+2
*
From Pawel Pokrywka: add support for requesting that only received
guy
2005-05-03
1
-1
/
+2
*
From Gisle Vanem: MS-DOS support.
guy
2004-12-18
1
-0
/
+1473