aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-08 19:56:36 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-08 19:56:36 +0000
commitabefaf32bf4fdadb723cbf5583db0981a1d409a6 (patch)
tree91e01718c5e48e92aa5c5db210908daded959205 /wiretap/Makefile.common
parent146d22767c001cdc283b8f5e05f48250b8d9d61e (diff)
Basic Encoding Rules (BER) encoded file reading. Not really a packet trace format but still useful for dissecting arbitrary BER/DER ASN.1.
svn path=/trunk/; revision=18110
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index fa6f5c2680..2d27b9d2b8 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -33,6 +33,7 @@ NONGENERATED_C_FILES = \
airopeek9.c \
ascend.c \
atm.c \
+ ber.c \
buffer.c \
catapult_dct2000.c \
cosine.c \
@@ -70,6 +71,7 @@ NONGENERATED_HEADER_FILES = \
ascend.h \
ascend-int.h \
atm.h \
+ ber.h \
buffer.h \
catapult_dct2000.h \
cosine.h \