aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/libpcap.c')
-rw-r--r--wiretap/libpcap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index c0b90cc5cb..877464c3e7 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -50,11 +50,6 @@ typedef struct {
void *encap_priv;
} libpcap_t;
-/* On some systems, the FDDI MAC addresses are bit-swapped. */
-#if !defined(ultrix) && !defined(__alpha) && !defined(__bsdi__)
-#define BIT_SWAPPED_MAC_ADDRS
-#endif
-
/* Try to read the first two records of the capture file. */
static int libpcap_try(wtap *wth, int *err, gchar **err_info);
static int libpcap_try_header(wtap *wth, FILE_T fh, int *err, gchar **err_info,