From 932246e11ebb42295f865de4e7f404643a0602f5 Mon Sep 17 00:00:00 2001 From: Andrew Case Date: Tue, 26 Feb 2019 13:08:52 -0600 Subject: [PATCH] remove header on netstat --- volatility/framework/plugins/mac/netstat.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/volatility/framework/plugins/mac/netstat.py b/volatility/framework/plugins/mac/netstat.py index 6047dc4c1..5e1a452fc 100644 --- a/volatility/framework/plugins/mac/netstat.py +++ b/volatility/framework/plugins/mac/netstat.py @@ -1,6 +1,3 @@ -"""A module containing a collection of plugins that produce data -typically found in Linux's /proc file system. -""" import logging from volatility.framework import exceptions, renderers