aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris7-25/+12
2017-05-09Set nss and rate_mcs_index in more arms of the Series II PLCP switch.Guy Harris1-2/+4
2017-05-09vwr (wiretap): fix Assigned value is garbage or undefined Warning found by Cl...Alexis La Goutte1-1/+1
2017-05-08Note that the HT MCS index macros can't return all possible MCS values.Guy Harris1-1/+11
2017-05-07Fix handling of 20 MHz VHT with MCS = 9.Guy Harris1-10/+18
2017-05-06Set some variables in the "RF only" code path.Guy Harris1-2/+5
2017-05-05vwr.c: Initialize some local variablesMichael Mann1-2/+2
2017-05-05Small cleanups.Guy Harris1-4/+2
2017-05-05Assume the Series II does the same with NSS for VHT that the Series III does.Guy Harris1-3/+1
2017-05-05NSS != (MCS / 8) + 1 for MCS >= 32.Guy Harris1-26/+73
2017-05-05Series I only handles pre-HT, so rename and remove variables.Guy Harris1-10/+8
2017-05-05Have separate routines for calculating pre-HT/HT/VHT data rates.Guy Harris1-98/+149
2017-05-04Another comment explaining why a packet size check isn't necessary.Guy Harris1-0/+8
2017-05-04Do packet length checks iff they're necessary.Guy Harris1-18/+20
2017-05-04Add a comment.Guy Harris1-0/+3
2017-05-04Clean up whitespace and a #define.Guy Harris1-80/+83
2017-05-04Update comments.Guy Harris1-9/+0
2017-05-04Use a #define for the PLCP type.Guy Harris1-1/+1
2017-05-04Remove an unnecessary comment, fix another comment.Guy Harris1-2/+1
2017-05-04Remove trailing white space.Guy Harris1-1/+1
2017-05-04More description of stats headers.Guy Harris1-0/+8
2017-05-04Fix some comments, shuffle some code, change a constant in an assignment.Guy Harris1-12/+21
2017-05-01For S3, yes, the PLCP type can be vVW510021_W_PLCP_LEGACY.Guy Harris1-2/+0
2017-05-01Make the record-length checks take the RF information into account.Guy Harris1-39/+47
2017-04-30Do all the command-type analysis of decode_msg() in the switch statement.Guy Harris1-59/+33
2017-04-30Use some #defines.Guy Harris1-3/+3
2017-04-30Fix a comment to reflect reality.Guy Harris1-1/+1
2017-04-30packet-ieee80211-radio.c: Minor refactor and whitespace cleanupSimon Barber1-9/+11
2017-04-30Some cleanup.Guy Harris1-27/+70
2017-04-30Boolean bitfields don't need a mask, just a bit.Guy Harris1-3/+2
2017-04-30Series III packets appear to have an FCS at the end.Guy Harris1-17/+18
2017-04-30Get rid of duplicate #defines, and shuffle some comments and #defines.Guy Harris1-22/+25
2017-04-30Remove Series III code from vwr_read_s2_W_rec().Guy Harris1-104/+136
2017-04-29Eliminate some double-frees.Guy Harris1-0/+2
2017-04-29Improve ixveriwave dissectorMichael Mann2-195/+921
2017-04-27Add/expand comments, add/shuffle #defines.Guy Harris1-26/+81
2017-04-20Take the error message generation out of the merge_files routines.Guy Harris2-215/+63
2017-04-18No need to close a descriptor that didn't get duped-to in the first place.Guy Harris1-1/+0
2017-04-18More checks for localtime() failing.Guy Harris1-9/+15
2017-04-18Just say "pcap" in the short names of all pcap variants.Guy Harris1-9/+22
2017-04-18Eliminate an unneded member of a wtap_dumper.Guy Harris5-61/+15
2017-04-17Don't assume gmtime() or localtime() succeed.Guy Harris1-4/+22
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2-6/+6
2017-03-31Add packet capture support for Darwin USBScott Deandrea3-0/+7
2017-03-29Fix problem found by Coverity.Guy Harris1-1/+5
2017-03-28k12text.l: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-5/+21
2017-03-28logcat_text.c: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-5/+16
2017-03-27netscreen.c: Suppress compiler warnings on WindowsMichael Mann1-0/+3
2017-03-27netscaler.c: use dynamic memory for temporary buffer in nstrace_read_v30.Michael Mann1-1/+9
2017-03-22pcapng: Fix reading OPT_IDB_FCSLEN blockStig Bjørlykke1-8/+8