aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-31 04:40:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-31 04:40:09 +0000
commitc979950fc6df3a04d269ff63cb995f6d3b7f810f (patch)
tree139086a5ac52047e68f488ae99f4f4b770141ce6 /Makefile.common
parentc3d41534ffd73402082e77d6200380336acf0b1f (diff)
From Sam Leffler: support for BSD radiotap header for 802.11.
svn path=/trunk/; revision=9919
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 3cf245f89f..11881794a4 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.6 2004/01/27 01:35:25 guy Exp $
+# $Id: Makefile.common,v 1.7 2004/01/31 04:40:09 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -321,6 +321,7 @@ DISSECTOR_SRC = \
packet-quake3.c \
packet-quakeworld.c \
packet-radius.c \
+ packet-radiotap.c \
packet-ranap.c \
packet-raw.c \
packet-rip.c \