Wireshark-commits: [Wireshark-commits] rev 23911: /trunk/ /trunk/epan/dissectors/: Makefile.common
Date: Tue, 18 Dec 2007 08:01:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23911

User: guy
Date: 2007/12/18 08:01 AM

Log:
 Fold the Prism and AVS header dissectors into packet-ieee80211.c, and
 have them use least some of the radio-information fields, so that the
 same field name can be used for multiple radio header types.  The AVS
 header can supply the data rate in bits/second, so have that field be in
 those units, and make it 64 bits to leave room for the future, Just In
 Case.  Display it as Mb/s, however.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +0 -4      Makefile.common       Modified
  +613 -7    packet-ieee80211.c    Modified
  +3 -0      packet-ieee80211.h    Modified
  +0 -320    packet-prism.c        Removed
  +0 -37     packet-prism.h        Removed
  +0 -372    packet-wlancap.c      Removed
  +0 -34     packet-wlancap.h      Removed

Directory: /trunk/
  Changes    Path              Action
  +0 -2      capture_info.c    Modified