enum ssh_pcap_direction

#include <pcap.h>

enum ssh_pcap_direction {
    SSH_PCAP_DIR_IN,
    SSH_PCAP_DIR_OUT,
};