aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-31 04:40:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-31 04:40:09 +0000
commit3c5916530244adc163d767cae6b010ed33fe0d41 (patch)
tree139086a5ac52047e68f488ae99f4f4b770141ce6 /Makefile.common
parent16bbfb642ac07755663fa558cfd5b74065cfd7bd (diff)
From Sam Leffler: support for BSD radiotap header for 802.11.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9919 f5534014-38df-0310-8fa8-9805f1628bb7
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 \