bos / pcap

Haskell bindings for the pcap library, which provides a low level interface to packet capture systems.
http://bitbucket.org/bos/pcap
Other
26 stars 11 forks source link

Add DLT_DBUS #8

Open wjt opened 8 years ago

wjt commented 8 years ago

I've just been nudged to make Bustle use DLT_DBUS in the pcap logs it captures now. That bit is written in C, so no problem, but I'd ideally like the viewer to check the header when it loads files.

There are 100 other DLT_* flags defined on my system which are not covered by this binding: I can only apologise for not having the time to add them all.