aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-peekremote.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-13Use result of register_dissectorPeter Wu1-4/+2
2015-12-24Refactor 802.11 radio flags.Simon Barber1-19/+18
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-06Add some comments.Guy Harris1-0/+4
2015-07-02PEEKREMOTE: ensure to initialize mandatory fields in info_11ac structurePascal Quantin1-0/+5
2015-06-26Fix handling of 11ac radio metadata.Guy Harris1-2/+0
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-11/+13
2015-06-22Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris1-10/+43
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-8/+55
2015-06-06Aruba ERM: Fix FCS for Type 1 (PEEK)Alexis La Goutte1-6/+17
2015-05-17Update some comments.Guy Harris1-0/+3
2015-04-20replace some deprecated tvb_length callsEvan Huus1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-10-28Bug 9586 says bit 0x00000100 in the "802.11n flags" means "802.11ac".Guy Harris1-48/+54
2014-10-28The "data rate" field in the 11n version of the header is an MCS index.Guy Harris1-6/+15
2014-08-05Do various minor dissector changes:Bill Meier1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07PEEKREMOTE packets don't appear to have Atheros padding.Guy Harris1-1/+1
2014-05-29Introduce 802.11 dissectors with wired-in "FCS present" indications.Guy Harris1-3/+1
2014-05-29Have the protocol item cover only the PEEKREMOTE header.Guy Harris1-0/+2
2014-03-14Add modelines information and peekremote register for futur use...Alexis La Goutte1-0/+15
2014-03-13Rename and relabel some fields, as per emburey's comment.Guy Harris1-26/+16
2014-03-13Assorted cleanups of field names and descriptions.Guy Harris1-40/+40
2014-03-12Add dissection of flags, status, flagsN for Omnipeek/Peek Remote dissector.Alexis La Goutte1-13/+154
2014-03-11Add value string (type and data rate) from omnipeekAlexis La Goutte1-3/+46
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-25OmniPeek's dissection nonwitstanding, the timestamp field in theGuy Harris1-14/+6
2013-12-21Oops, added the "unknown header version" expert info to the wrong item.Guy Harris1-3/+3
2013-12-21Fix forJörg Mayer1-3/+3
2013-12-21Dissect some more fields in the legacy (20-byte) header, as per theGuy Harris1-30/+271
2013-12-21Fix compilation without HAVE_HFI_SECTION_INIT defined.Jörg Mayer1-1/+1
2013-12-21Convert to NEW_PROTO_TREE_APIJörg Mayer1-64/+74
2013-12-21unknown5 is probably the speed in 500kHzJörg Mayer1-4/+4
2013-12-20Try to guess some more values looking at the decoded values fromJörg Mayer1-15/+21
2013-12-20unknown2/3 -> capturelen1/2Jörg Mayer1-8/+8
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-02Rename packet-airopeek.c to packet-peekremote.c, and rename the protocolGuy Harris1-0/+156