summaryrefslogtreecommitdiff
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
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-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-29Improve ixveriwave dissectorMichael Mann1-195/+905
2017-04-27Add/expand comments, add/shuffle #defines.Guy Harris1-26/+81
2016-09-29Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris1-1/+1
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-1/+1
2016-07-14vwr.c Dynamically allocate large buffersMichael Mann1-9/+33
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-0/+20
2016-02-24Fix another heap-based bufffer overflow.Guy Harris1-10/+12
2016-02-24Add 1 byte and 16 byte as separate values.Guy Harris1-2/+2
2016-02-24vwr: fix heap-based buffer overflowPeter Wu1-7/+4
2015-11-29Add bounds checking to find_signature.Michael Mann1-2/+2
2015-11-28Make the rate tables static and const.Guy Harris1-6/+6
2015-11-28Make it more obvious why no bounds checks are necessary for 11n.Guy Harris1-6/+7
2015-11-28vwr: fix buffer overrun in getRatePeter Wu1-3/+6
2015-10-04Expand, correct, and otherwise improve comments.Guy Harris1-4/+61
2015-10-03If we don't have an NDP flag, make it 0.Guy Harris1-1/+1
2015-10-02Fix some issues with Series III.Guy Harris1-32/+84
2015-10-02Fix indentation after previous change.Guy Harris1-4/+4
2015-10-02Rename vwr_read_s2_W_rec - it handles both series II and III records.Guy Harris1-3/+3
2015-07-06Clean up a bunch of stuff.Guy Harris1-99/+157
2015-06-06Don't initialize a variable if the first thing we do is set it.Guy Harris1-1/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-4/+4
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-1/+0
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-19/+11
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-09-25Fix a record size check.Guy Harris1-7/+7
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-68/+68
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-6/+6
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-14/+11
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-11/+14
2014-05-09Revert "Refactor Wiretap"Guy Harris1-41/+38
2014-05-09Refactor WiretapMichael Mann1-38/+41
2014-03-29Hide unused variable.Guy Harris1-1/+4