unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Curious if anyone has tried scripting BPF with Guile yet
@ 2019-09-02  1:38 Daniel Tornabene
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Tornabene @ 2019-09-02  1:38 UTC (permalink / raw)
  To: guile-user

Did a couple of light searches, haven't found anything yet. Does anyone
know if this is a silly question? As in, there's something that would
prohibit a straight forward set of bindings via C to BPF, allowing one to
write monitoring or introspection tools via Guile?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Curious if anyone has tried scripting BPF with Guile yet
@ 2019-11-17 17:33 Stephen Scheck
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Scheck @ 2019-11-17 17:33 UTC (permalink / raw)
  To: guile-user

Daniel Tornabene <address@hidden> wrote:

> Did a couple of light searches, haven't found anything yet. Does anyone
> know if this is a silly question? As in, there's something that would
> prohibit a straight forward set of bindings via C to BPF, allowing one to
> write monitoring or introspection tools via Guile?

Does libpcap qualify? There’s this:

    https://github.com/davelambert/guile-pcap

A quick look at the code suggests that it’s a fairly direct mapping of the
libpcap C API, and probably no longer maintained as the last commit was 9
years ago. Before I realized that existed, I started my own libpcap binding
for Guile, mostly as a learning exercise. It’s perhaps a bit more bespoke,
but not yet ready for release.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-17 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-17 17:33 Curious if anyone has tried scripting BPF with Guile yet Stephen Scheck
  -- strict thread matches above, loose matches on Subject: below --
2019-09-02  1:38 Daniel Tornabene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).