Get rid of an unused variable left stranded on the beach when a wave
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 Aug 1999 07:38:30 +0000 (07:38 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 Aug 1999 07:38:30 +0000 (07:38 +0000)
washed out to sea the code that used to pretend that an ATM Sniffer
capture was an Ethernet or Token-Ring Sniffer capture.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@524 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/ngsniffer.c

index a95bfac96d6623d4a68724437e2203218f303ace..a12e3b25293ceefeac2fd58553325f4bb6176fb6 100644 (file)
@@ -1,6 +1,6 @@
 /* ngsniffer.c
  *
- * $Id: ngsniffer.c,v 1.16 1999/08/20 06:55:19 guy Exp $
+ * $Id: ngsniffer.c,v 1.17 1999/08/20 07:38:30 guy Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -395,7 +395,6 @@ static int ngsniffer_read(wtap *wth, int *err)
        guint16 type, length;
        struct frame2_rec frame2;
        struct frame4_rec frame4;
-       int linktype;
        double t;
        guint16 time_low, time_med, time_high, true_size, size;
        int     data_offset;