aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ixveriwave.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Have two separate routines for wlantap dissection - OCTO and pre-OCTO.Guy Harris1-868/+904
2017-06-16Further cleanup.Guy Harris1-50/+24
2017-06-16Clean up the 802.11 payload handling a bit.Guy Harris1-6/+10
2017-05-09You can't have a field be both integer and string.Guy Harris1-6/+1
2017-05-09Give fields better names than ".bitN".Guy Harris1-587/+559
2017-05-09De-capitalize "error" - it's not capitalized in other field names.Guy Harris1-1/+1
2017-05-09Fix various field names and types.Guy Harris1-78/+30
2017-05-07ixveriwave: Fix maybe-uninitialized warningUli Heilmeier1-1/+1
2017-05-07Clean up various things.Guy Harris1-1150/+1158
2017-05-06ixveriwave: Fix Dead Store (Dead assignement/Dead increment) Warning found by...Alexis La Goutte1-8/+3
2017-05-06Comments to indicate which bits of the header we're looking at.Guy Harris1-0/+2
2017-05-05Fix previous change.Guy Harris1-5/+6
2017-05-04Use proto_tree_add_item_ret_uint() for the RFID.Guy Harris1-11/+11
2017-05-02Improve the handling of the PLCP header.Guy Harris1-661/+651
2017-05-01Fill in more fields of the 802.11 radio metadata structure.Guy Harris1-31/+125
2017-05-01Replace some proto_tree_add_uint() calls with proto_tree_add_item().Guy Harris1-30/+21
2017-04-30Remove now-unused variables and code and unnecesary headers.Guy Harris1-14/+0
2017-04-30Pass inforation from dissect_ixveriwave() to wlantap_dissect().Guy Harris1-19/+30
2017-04-30packet-ixveriwave.c: Initialize mgmt_byteMichael Mann1-1/+1
2017-04-30Get rid of some unused cruft, and rename an hf_ variable.Guy Harris1-25/+4
2017-04-30The encryption type field is part of a 16-bit bitfield.Guy Harris1-1/+1
2017-04-30There's no "FCS is present" flag passed up from libwiretap.Guy Harris1-50/+2
2017-04-30Series III packets appear to have an FCS at the end.Guy Harris1-4/+4
2017-04-30Get rid of unused flag bits and #defines.Guy Harris1-45/+1
2017-04-30Fix broken test for new Series III metadata header.Guy Harris1-19/+60
2017-04-29Fields added with proto_tree_add_bitfield() must have an integral type.Guy Harris1-4/+4
2017-04-29Fix some field type errors.Guy Harris1-3/+3
2017-04-29Improve ixveriwave dissectorMichael Mann1-688/+3327
2016-12-16Adjust proto_tree_add_xxx_format_value calls to use unit stringMichael Mann1-24/+18
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-13Use result of register_dissectorPeter Wu1-1/+0
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-24Refactor 802.11 radio flags.Simon Barber1-13/+12
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-11-14register_dissector -> new_register_dissectorMichael Mann1-46/+30
2015-10-04Expand, correct, and otherwise improve comments.Guy Harris1-2/+28
2015-10-04Fix shortening error introduced by commit f28e23f1Graham Bloice1-2/+2
2015-10-03Remove incorrect comment.Guy Harris1-1/+1
2015-10-03Fill in some 11ac fields in the pseudo-header.Guy Harris1-1/+7
2015-10-03ixveriwave: initialize vw_msdu_lengthPascal Quantin1-6/+1
2015-10-03Clean up whitespace.Guy Harris1-5/+5
2015-10-02Fix some issues with Series III.Guy Harris1-67/+330
2015-07-07Add #defines for various aggregation flags, and use them.Guy Harris1-13/+20
2015-07-07Initialize the 11b presence flag to 0.Guy Harris1-0/+1
2015-07-07ixveriwave: comment pcp_type variable as it is not used yetPascal Quantin1-3/+3
2015-07-07Use the NSS provided by the Ixia Veriwave hardware.Guy Harris1-8/+18
2015-07-06Add some comments.Guy Harris1-0/+4