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-netfilter-linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1090 from randomkny/fix-enobufs
Guy Harris
2023-08-06
1
-1
/
+1
|
\
|
*
nflog: only increment packets_nobufs when recv() returns an error
Kenny Luong
2022-02-08
1
-1
/
+1
*
|
Fix spelling
Josh Soref
2023-06-25
1
-1
/
+1
*
|
If we can't allocate a DLT_ list, fail.
Guy Harris
2023-06-24
1
-5
/
+8
*
|
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-3
/
+3
*
|
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-2
/
+2
|
/
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-0
/
+7
*
Squelch a narrowing warning
Francois-Xavier Le Bail
2021-06-23
1
-0
/
+3
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-3
/
+3
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Remove duplicate words
Francois-Xavier Le Bail
2020-03-28
1
-2
/
+2
*
Squelch some warnings.
Guy Harris
2019-12-05
1
-2
/
+20
*
Initialize buffer used for nlh and nfg
Pawel Brzezinski
2019-09-25
1
-0
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-6
/
+6
*
Clean up some "injection not supported" messages.
Guy Harris
2018-12-10
1
-1
/
+2
*
Fix format string.
Guy Harris
2018-09-12
1
-1
/
+1
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-6
/
+10
*
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
-2
/
+10
*
Fix a set of trivial unused warnings
Joerg Mayer
2018-04-04
1
-1
/
+1
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-14
/
+31
*
Use C99 {u}intN_t types rather than BSD {u_}intN_t types.
Guy Harris
2017-09-11
1
-12
/
+12
*
Cast away a warning.
Guy Harris
2017-09-09
1
-1
/
+1
*
Squelch a compiler warning after commit 2806e8e.
Denis Ovsienko
2017-08-31
1
-3
/
+3
*
Fix test for message running past the end of the buffer.
Guy Harris
2017-08-24
1
-11
/
+52
*
fix linux netfilter with a max packet count
rongxi.li
2017-08-24
1
-18
/
+42
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Make the checks and adjustment of the snapshot length module-dependent.
Guy Harris
2017-06-01
1
-0
/
+11
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-3
/
+3
*
Clean up findalldevs code.
Guy Harris
2016-12-17
1
-2
/
+2
*
Remove trailing spaces/tabs
Francois-Xavier Le Bail
2016-08-20
1
-1
/
+1
*
Squelch more signed vs. unsigned comparison warnings.
Guy Harris
2016-07-25
1
-5
/
+5
*
refine the previous change to fix Linux builds
Denis Ovsienko
2016-06-30
1
-1
/
+1
*
Rename opt.source to opt.device.
Guy Harris
2016-06-29
1
-3
/
+3
*
Do not exit from netfilter_read_linux()/pcap_loop() if get ENOBUFS error.
Vitaly Lavrov
2015-11-24
1
-3
/
+6
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-19
/
+19
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-1
/
+1
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-18
/
+18
*
Linux netfilter queue interface: fix a Coverity warning
Francois-Xavier Le Bail
2015-01-06
1
-1
/
+2
*
Linux netfilter queue interface: fix a warning and add a comment
Francois-Xavier Le Bail
2015-01-06
1
-1
/
+3
*
Make the code to set the type a bit clearer.
Guy Harris
2014-04-04
1
-6
/
+5
*
More findalldevs fixes.
Guy Harris
2013-09-29
1
-3
/
+2
*
Rename the "private" member of a pcap_t to avoid C++ issues.
Guy Harris
2013-08-07
1
-2
/
+2
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-4
/
+13
*
Add netfilter/nfqueue interface.
Jakub Zawadzki
2012-06-30
1
-48
/
+201
*
Fix compilation of pcap-netfilter.
Jakub Zawadzki
2012-06-30
1
-1
/
+1
*
Constify some variables.
Guy Harris
2012-06-11
1
-1
/
+1
*
Have non-interface modules take responsibility for identifying their devices.
Guy Harris
2012-06-11
1
-2
/
+26
*
Don't fail if netfilter isn't enabled in the kernel.
Jiri Slaby
2012-02-29
1
-2
/
+2
*
Put declarations of pcap-netfilter-linux.c in pcap-netfilter-linux.h.
Guy Harris
2011-12-08
1
-0
/
+2
[next]