ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42155: / /trunk/epan/dissectors/: Makefile.common packet

Date: Fri, 20 Apr 2012 12:08:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42155

User: martinm
Date: 2012/04/20 05:08 AM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +2 -0      Makefile.common        Modified
  +1544 -0   packet-ixveriwave.c    Added
  +1943 -0   packet-waveagent.c     Added

Directory: /trunk/epan/
  Changes    Path              Action
  +2 -0      CMakeLists.txt    Modified

Directory: /trunk/
  Changes    Path          Action
  +2 -0      AUTHORS       Modified

Directory: /trunk/wiretap/
  Changes    Path               Action
  +1 -0      CMakeLists.txt     Modified
  +2 -0      Makefile.common    Modified
  +10 -0     file_access.c      Modified
  +2105 -0   vwr.c              Added
  +3 -0      wtap.c             Modified
  +3 -0      wtap.h             Modified