Wireshark-commits: [Wireshark-commits] rev 34515: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 14 Oct 2010 17:56:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34515

User: gerald
Date: 2010/10/14 10:56 AM

Log:
 From Johannes Berg via bug 4421:
 
 radiotap: new parser
 
 The current parser has a number of bugs, most
 importantly not being able to parse radiotap
 files with multiple presence bitmaps. It is
 also rather hard extend. Use a generic library
 for parsing radiotap that can be extended very
 easily.
 
 
 From me:
 
 Dumb down some initializers and add some casts to make Visual C++ happy.

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +3 -0      Makefile.common           Modified
  +245 -0    packet-radiotap-defs.h    Added
  +396 -0    packet-radiotap-iter.c    Added
  +98 -0     packet-radiotap-iter.h    Added
  +298 -333  packet-radiotap.c         Modified