Commit graph

7 commits

Author SHA1 Message Date
Martin Mathieson
21cca7ed28 Remove a couple of unused assignments pointed out by clang.
svn path=/trunk/; revision=42310
2012-04-28 15:57:50 +00:00
Guy Harris
0819326e21 Fix presumed typo (zero-origin bit 5 is 0x0020, not 0x0002).
svn path=/trunk/; revision=42268
2012-04-26 16:25:14 +00:00
Guy Harris
3980d56370 Fix indentation.
svn path=/trunk/; revision=42253
2012-04-26 07:44:28 +00:00
Martin Mathieson
56add1934d Remove some unnecessary includes and fix some indentation.
svn path=/trunk/; revision=42227
2012-04-25 00:28:19 +00:00
Anders Broman
1fb4d00e1c packet-ixveriwave.c:275:12: error: variable ‘vwf_txf’ set but not used.
svn path=/trunk/; revision=42218
2012-04-24 08:49:32 +00:00
Martin Mathieson
2fa35e9c4f Delete some unused variables, in response to clang warnings. From Tom
Cook.

svn path=/trunk/; revision=42172
2012-04-21 02:33:54 +00:00
Martin Mathieson
45252c84e3 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
2012-04-20 12:08:31 +00:00