aboutsummaryrefslogtreecommitdiff
path: root/plugin/debug/pcap.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28fix mis-spelling in pcap.go (#3222)Gravatar AllenZMC 1-1/+1
2019-05-23pkg/log: fix data race on d (#2698)Gravatar Miek Gieben 1-2/+2
* pkg/log: fix data race on d Wrap d in a mutex to prevent data race. This makes is slower, but this is a debugging aid anyway. It's not used normally. Signed-off-by: Miek Gieben <miek@miek.nl> * Fix tests compilation Signed-off-by: Miek Gieben <miek@miek.nl> * Fix test compile Signed-off-by: Miek Gieben <miek@miek.nl>
2018-07-04Add debug.Hexdump (#1902)Gravatar Miek Gieben 1-0/+72
Allow plugins to dump messages in text pcap to the log. The forward plugin does this when a reply does not much the query. If the debug plugin isn't loaded Hexdump and Hexdumpf are noop. Signed-off-by: Miek Gieben <miek@miek.nl>