From Jouni Malinen:
authorAnders Broman <anders.broman@ericsson.com>
Wed, 12 Oct 2011 05:08:51 +0000 (05:08 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Wed, 12 Oct 2011 05:08:51 +0000 (05:08 -0000)
commit3e9d852a1b46a50a96c04fd25427c10e9b90a12c
tree8f8e3a1b084b14e02762b2b9d3ca6b781ef4d823
parent9ef1758adffe973469308d1690280cc305ff3d50
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

svn path=/trunk/; revision=39379
epan/dissectors/Makefile.common
epan/dissectors/packet-ieee80211-prism.c [new file with mode: 0644]
epan/dissectors/packet-ieee80211-radio.c [new file with mode: 0644]
epan/dissectors/packet-ieee80211-wlancap.c [new file with mode: 0644]
epan/dissectors/packet-ieee80211.c
epan/dissectors/packet-ieee80211.h