*/
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.221.2.5 2005-04-19 04:26:06 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.221.2.6 2005-04-20 18:23:42 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
static pcap_t *bpf_pcap;
/* Hack for updating VLAN, MPLS offsets. */
-static u_int orig_linktype = -1U, orig_nl = -1U, orig_nl_nosnap = -1U;
+static u_int orig_linktype = -1U, orig_nl = -1U;
/* XXX */
#ifdef PCAP_FDDIPAD
orig_linktype = -1;
orig_nl = -1;
- orig_nl_nosnap = -1;
switch (linktype) {
*/
orig_linktype = off_linktype; /* save original values */
orig_nl = off_nl;
- orig_nl_nosnap = off_nl_nosnap;
switch (linktype) {
*/
orig_linktype = off_linktype; /* save original values */
orig_nl = off_nl;
- orig_nl_nosnap = off_nl_nosnap;
switch (linktype) {