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-sita.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-2
/
+2
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-1
/
+1
*
Fix some typos
Francois-Xavier Le Bail
2022-07-04
1
-1
/
+1
*
SITA: Fix a typo in a variable name
Francois-Xavier Le Bail
2022-03-02
1
-1
/
+1
*
Fix some spelling. [skip ci]
Denis Ovsienko
2020-10-09
1
-4
/
+4
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+9
*
SITA: Remove an unmatched ')'
Francois-Xavier Le Bail
2020-06-17
1
-1
/
+1
*
Use strdup to make mallocated copies of strings.
Guy Harris
2020-03-27
1
-13
/
+6
*
Let the common pcap code handle "setting the direction isn't supported".
Guy Harris
2019-11-08
1
-7
/
+1
*
Fix a typo
Francois-Xavier Le Bail
2019-10-25
1
-1
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-5
/
+5
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-1
/
+1
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-12
/
+29
*
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
-3
/
+5
*
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
/
+12
*
Allow a platform to add information to the version string.
Guy Harris
2017-05-16
1
-0
/
+9
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-4
/
+4
*
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
-1
/
+1
*
Have pcap_platform_finddevs() do all the "find local interfaces" work.
Guy Harris
2016-06-26
1
-1
/
+24
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-16
/
+16
*
More fixes for realloc() failures.
Bill Parker
2015-09-22
1
-4
/
+11
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-1
/
+1
*
Fix errors introduced by my previous change.
Bill Parker
2015-07-24
1
-2
/
+2
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-4
/
+4
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-2
/
+0
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-38
/
+48
*
Add sanity checking for malloc, etc
Bill Parker
2012-09-04
1
-8
/
+39
*
Have non-interface modules take responsibility for identifying their devices.
Guy Harris
2012-06-11
1
-2
/
+2
*
Turn close_op into cleanup_op; the routine that handles it can also be
guy
2008-04-14
1
-3
/
+4
*
From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t
guy
2008-04-04
1
-23
/
+26
*
The SITA code in pcap-linux.c shares very little with the Linux code;
guy
2008-01-06
1
-28
/
+99
*
SITA ACN support, from Fulko Hew.
guy
2007-10-20
1
-0
/
+905