summaryrefslogtreecommitdiff
path: root/c-sources
AgeCommit message (Expand)AuthorFilesLines
2020-06-05reader: Check link typeWill Thompson1-0/+11
2020-06-05reader: Encapsulate libpcapWill Thompson3-25/+38
2020-06-05monitor: Use tee to save pcap streamWill Thompson1-43/+34
2020-06-05Factor out BustlePcapReaderWill Thompson3-46/+354
2020-06-05monitor: include GDBusMessage in ::message-loggedWill Thompson2-15/+19
2020-01-26pcap-monitor: Fix build errorJan Tojnar1-2/+2
2018-12-07monitor: use a PTY to send SIGINT to privileged childWill Thompson1-18/+117
2018-12-07bustle-pcap: include newline on startup errorsWill Thompson1-5/+4
2018-12-07pcap-monitor: factor out building argv and spawning subprocessWill Thompson1-15/+34
2018-08-21monitor: assume DLT_DBUS is definedWill Thompson1-4/+0
2018-06-28monitor: claim name before dumping other namesWill Thompson2-0/+34
2018-06-26PcapMonitor: get rid of priv structureWill Thompson2-167/+111
2018-06-26monitor: don't try to autostart the bus daemonWill Thompson1-1/+2
2018-06-15Use dbus-monitor --pcap to capture trafficWill Thompson3-308/+693
2018-06-01Define g_autoptr(BustlePcapMonitor)Will Thompson1-0/+2
2018-05-30Bump GLib dependencyWill Thompson1-2/+2
2018-01-31::message-logged: update "why not gint64" commentWill Thompson1-1/+1
2017-10-26bustle-pcap: remove no-g_unix_signal_add() codeWill Thompson1-41/+5
2017-10-26Bump minimum GLib version to 2.44Will Thompson3-4/+3
2017-07-24Revert "Limit captured message size to 65535 bytes"Will Thompson1-37/+1
2017-07-18Limit captured message size to 65535 bytesWill Thompson1-1/+37
2016-01-28bustle-pcap: stop leaking so much in parse_arguments()Jonny Lamb1-5/+25
2016-01-27Use DLT_DBUS in pcap dumpsWill Thompson1-2/+6
2014-01-08Update my email address throughoutWill Thompson1-2/+2
2013-12-05Give a nice error if DBUS_SESSION_BUS_ADDRESS is blankWill Thompson1-0/+14
2013-12-05Don't close the shared GDBusConnectionWill Thompson1-7/+16
2012-11-14Revert "Use g_thread_try_new rather than g_thread_create"Will Thompson1-1/+1
2012-11-14Set max GLib version to 2.30Will Thompson3-0/+28
2012-09-03Use g_thread_try_new rather than g_thread_createWill Thompson1-1/+1
2012-04-05Include bustle-pcap.1 in binary tarballs.Will Thompson1-1/+2
2012-04-05Add bustle-pcap.1Alex Merry1-3/+16
2012-01-17Disable exit-on-close to work around a GLib bug.Will Thompson1-0/+6
2012-01-16Include timestamps in live logsWill Thompson2-2/+24
2012-01-16Delete the old monitorWill Thompson1-509/+0
2012-01-13monitor: signal all messages up to the applicationWill Thompson1-20/+11
2012-01-13pcap-monitor: include details in message-logged signal.Will Thompson3-40/+62
2012-01-13pcap-monitor: use GByteArray internallyWill Thompson1-11/+19
2012-01-13pcap-monitor: specify eavesdrop=trueWill Thompson1-6/+18
2012-01-13Free filters as wellCosimo Alfarano1-1/+2
2012-01-13Add eavesdrop=true when supportedCosimo Alfarano1-5/+98
2012-01-13fix an OOM situationCosimo Alfarano1-5/+9
2012-01-13Rename BustlePcap to BustlePcapMonitorWill Thompson4-110/+110
2012-01-13pcap: only emit message-logged for eavesdropped messagesWill Thompson1-9/+18
2012-01-12Improve error message when target file can't be openedWill Thompson1-1/+1
2012-01-12Add ::message-logged signal to monitor.Will Thompson1-1/+26
2012-01-12bustle-pcap: librarify gutsWill Thompson3-211/+576
2012-01-09bustle-pcap: add --verbose and --quietWill Thompson1-8/+22
2012-01-09bustle-pcap: handle ^C if your glib is new enough.Will Thompson1-1/+13
2012-01-09Move C sources into c-sourcesWill Thompson2-0/+766