diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2006-02-24 01:41:59 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2006-02-24 01:41:59 +0000 |
commit | 7e0c9f759ac2dfafaec6a23b11964427060edc62 (patch) | |
tree | 709f26a283f7c486f3c9b7fce21728e23f706629 /Makefile.common | |
parent | 64104b17493323ad04daa91ebbca746505f92e10 (diff) | |
download | wireshark-7e0c9f759ac2dfafaec6a23b11964427060edc62.tar.gz wireshark-7e0c9f759ac2dfafaec6a23b11964427060edc62.tar.bz2 wireshark-7e0c9f759ac2dfafaec6a23b11964427060edc62.zip |
Add the (still unfinished) tethereal side of the funnel.
svn path=/trunk/; revision=17396
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 1af16d7413..eb21e63005 100644 --- a/Makefile.common +++ b/Makefile.common @@ -96,6 +96,7 @@ TETHEREAL_TAP_SRC = \ tap-ansi_astat.c \ tap-bootpstat.c \ tap-dcerpcstat.c \ + tap-funnel.c \ tap-gsm_astat.c \ tap-h225counter.c \ tap-h225rassrt.c \ |