summaryrefslogtreecommitdiff
path: root/wiretap/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-04-20 12:08:31 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-04-20 12:08:31 +0000
commit45252c84e3dd2dad2844f570e257619d83c4469c (patch)
tree28a0695eb23772d68d6d0d8ecc4c7f9dc35ee393 /wiretap/CMakeLists.txt
parent54c7fc8bfbe449e252e7f29ab1ddb403d0d11a27 (diff)
downloadwireshark-45252c84e3dd2dad2844f570e257619d83c4469c.tar.gz
Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048
From Tom Cook and Tom Alexander. 1. A VWR encapsulation that reads VeriWave capture files (*.vwr) generated from WaveTest test hardware 2. Dissectors that display the VeriWave tap headers (both 802.11 and Ethernet) 3. A dissector for the WaveAgent protocol. The WaveAgent dissector is heuristic and parses the WaveAgent packet (a UDP payload). The WaveAgent dissector has been Fuzz tested. The VWR ENCAP and dissectors have been used extensively by VeriWave customers in a special version of WireSark compiled by VeriWave. svn path=/trunk/; revision=42155
Diffstat (limited to 'wiretap/CMakeLists.txt')
-rw-r--r--wiretap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index 16be261a49..c55b092b44 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -71,6 +71,7 @@ set(WIRETAP_FILES
toshiba.c
visual.c
vms.c
+ vwr.c
wtap.c
)