summaryrefslogtreecommitdiff
path: root/c-sources/pcap-monitor.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-05reader: Encapsulate libpcapWill Thompson1-5/+4
2020-06-05monitor: Use tee to save pcap streamWill Thompson1-43/+34
2020-06-05Factor out BustlePcapReaderWill Thompson1-46/+29
2020-06-05monitor: include GDBusMessage in ::message-loggedWill Thompson1-3/+13
2018-12-07monitor: use a PTY to send SIGINT to privileged childWill Thompson1-18/+117
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 Thompson1-0/+32
2018-06-26PcapMonitor: get rid of priv structureWill Thompson1-130/+108
2018-06-26monitor: don't try to autostart the bus daemonWill Thompson1-1/+2
2018-06-15Use dbus-monitor --pcap to capture trafficWill Thompson1-282/+597
2018-01-31::message-logged: update "why not gint64" commentWill Thompson1-1/+1
2017-10-26Bump minimum GLib version to 2.44Will Thompson1-1/+1
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-27Use DLT_DBUS in pcap dumpsWill Thompson1-2/+6
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 Thompson1-0/+1
2012-09-03Use g_thread_try_new rather than g_thread_createWill Thompson1-1/+1
2012-01-17Disable exit-on-close to work around a GLib bug.Will Thompson1-0/+6
2012-01-16Include timestamps in live logsWill Thompson1-2/+22
2012-01-13monitor: signal all messages up to the applicationWill Thompson1-20/+11
2012-01-13pcap-monitor: include details in message-logged signal.Will Thompson1-38/+40
2012-01-13pcap-monitor: use GByteArray internallyWill Thompson1-11/+19
2012-01-13pcap-monitor: specify eavesdrop=trueWill Thompson1-6/+18
2012-01-13Rename BustlePcap to BustlePcapMonitorWill Thompson1-0/+534