summaryrefslogtreecommitdiff
path: root/capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/capture.c b/capture.c
index 4c9365e550..a367e04440 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.60 1999/08/22 02:29:30 guy Exp $
+ * $Id: capture.c,v 1.61 1999/08/24 03:19:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -824,6 +824,7 @@ capture_pcap_cb(u_char *user, const struct pcap_pkthdr *phdr,
capture_eth(pd, phdr->caplen, &ld->counts);
break;
case WTAP_ENCAP_FDDI:
+ case WTAP_ENCAP_FDDI_BITSWAPPED:
capture_fddi(pd, phdr->caplen, &ld->counts);
break;
case WTAP_ENCAP_TR: