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-septel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-2
/
+2
*
Fix some typos
Francois-Xavier Le Bail
2022-08-01
1
-1
/
+1
*
Fix some typos
Francois-Xavier Le Bail
2022-07-04
1
-1
/
+1
*
Fix some spelling. [skip ci]
Denis Ovsienko
2020-10-09
1
-1
/
+1
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-1
/
+0
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-1
/
+1
*
Update a comment.
Guy Harris
2019-01-06
1
-9
/
+0
*
Just use install_bpf_program as the setfilter operation.
Guy Harris
2018-12-23
1
-24
/
+1
*
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
*
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
*
Use the right name for calls to wait for events.
Guy Harris
2018-01-20
1
-1
/
+1
*
Don't set errbuf if install_bpf_program() has returned -1.
Guy Harris
2017-11-19
1
-4
/
+1
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-2
/
+2
*
No need to generate version.c or pcap_version.h.
Guy Harris
2017-10-03
1
-2
/
+0
*
Clean up non-blocking mode.
Guy Harris
2017-10-01
1
-3
/
+24
*
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
/
+11
*
Allow a platform to add information to the version string.
Guy Harris
2017-05-16
1
-0
/
+9
*
Support setting non-blocking mode before activating.
Guy Harris
2017-02-25
1
-3
/
+4
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-3
/
+2
*
Clean up findalldevs code.
Guy Harris
2016-12-17
1
-2
/
+3
*
Clean up {DAG, Septel, Myricom SNF}-only builds.
Guy Harris
2016-06-30
1
-0
/
+28
*
make more pcap_create_common() fixes
Denis Ovsienko
2016-06-30
1
-1
/
+1
*
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
-4
/
+4
*
Return the value of pcap_add_if() from septel_findalldevs().
Guy Harris
2014-01-10
1
-7
/
+2
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-5
/
+0
*
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
-8
/
+16
*
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
-11
/
+16
*
Turn close_op into cleanup_op; the routine that handles it can also be
guy
2008-04-14
1
-8
/
+1
*
From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t
guy
2008-04-04
1
-27
/
+17
*
The data link layer isn't settable, so get rid of
guy
2005-06-21
1
-127
/
+116
*
From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7
guy
2005-06-20
1
-0
/
+318