#include <tcpdump-stdinc.h>
#include <stdio.h>
-#include <pcap.h>
#include <string.h>
#include "interface.h"
{
u_short extracted_ethertype;
- if (!llc_print(p, length, caplen, NULL, NULL,
+ if (!llc_print(gndo, p, length, caplen, NULL, NULL,
&extracted_ethertype)) {
/* ether_type not known, print raw packet */
if (extracted_ethertype) {
break;
case ATM_LANE:
- lane_print(p, length, caplen);
+ lane_print(gndo, p, length, caplen);
break;
}
}