if not os.path.exists(self.tcpdump):
            log.error("Tcpdump does not exist at path \"%s\", network capture aborted" % self.tcpdump)
            return False