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

Date: Wed, 12 Oct 2011 05:08:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39379

User: etxrab
Date: 2011/10/11 10:08 PM

Log:
 From Jouni Malinen: 
 Move sniffer meta data parsing to separate files
 
 packet-ieee80211.c includes dissectors for three different styles
 of IEEE 802.11 sniffer meta data (like signal strength). Move these
 to separate files in the same style as a fourth format (radiotap)
 was already handled, so that packet-ieee80211.c focuses on the
 actual IEEE 802.11 frame dissecting.
 
 This reverts
 http://anonsvn.wireshark.org/viewvc?revision=23911&view=revision
 Objections?
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6443

Directory: /trunk/epan/dissectors/
  Changes    Path                          Action
  +3 -0      Makefile.common               Modified
  +479 -0    packet-ieee80211-prism.c      Added
  +140 -0    packet-ieee80211-radio.c      Added
  +678 -0    packet-ieee80211-wlancap.c    Added
  +0 -1099   packet-ieee80211.c            Modified
  +4 -0      packet-ieee80211.h            Modified