aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netmon-802_11.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Rename the NetMon 802.11 radio header and radiotap 802.11 radio headerGuy Harris1-243/+0
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-1/+1
2012-04-01Remove return statement (part of r41314), fix bug #7015Jakub Zawadzki1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-34/+33
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-07-20(Minor) use NULL instead of "" for hf[] blurbs.Bill Meier1-16/+14
2010-07-19Initial support for Network Monitor 802.11 radio header.Guy Harris1-0/+241