aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
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/Makefile.common
parent54c7fc8bfbe449e252e7f29ab1ddb403d0d11a27 (diff)
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/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 702e37b979..1fc6397fd4 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -77,6 +77,7 @@ NONGENERATED_C_FILES = \
toshiba.c \
visual.c \
vms.c \
+ vwr.c \
wtap.c
# Header files that are not generated from other files
@@ -131,6 +132,7 @@ NONGENERATED_HEADER_FILES = \
toshiba.h \
visual.h \
vms.h \
+ vwr.h \
wtap.h \
wtap-int.h