aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-08-17 19:34:14 +0000
committerGerald Combs <gerald@wireshark.org>2007-08-17 19:34:14 +0000
commit72daa58e1942578337835bb5493c168b80ad90ce (patch)
tree3addde2c71e52234ae9f5be95d5cd098bf6c78a6 /epan/Makefile.common
parent3d19c5130b310529e00a1726fb3951b304ca524e (diff)
Instead of converting between 802.11 frequencies and channels umpteen
different ways, add a set of common conversion routines. Add a "Frequency/Channel" column and fill it in where we can. Fix RSSI column printing in PPI. Fix up whitespace along the way. svn path=/trunk/; revision=22538
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 919ebebf25..3196517109 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -52,6 +52,7 @@ LIBWIRESHARK_SRC = \
filesystem.c \
follow.c \
frame_data.c \
+ frequency-utils.c \
funnel.c \
gcp.c \
guid-utils.c \
@@ -167,6 +168,7 @@ LIBWIRESHARK_INCLUDES = \
filesystem.h \
follow.h \
frame_data.h \
+ frequency-utils.h \
funnel.h \
garrayfix.h \
gcp.h \