aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-29Add a pcorey48tohll() macro, and use #defines for some offsets.Guy Harris1-26/+25
2014-03-16Add a #define for the stats block header length, and use it.Guy Harris1-14/+15
2014-03-16And another warning fix.Guy Harris1-1/+2
2014-03-16Squelch some warnings by narrowing or widening some variables.Guy Harris1-6/+9
2014-03-16Get rid of unused #defines and no-longer-used structures.Guy Harris1-56/+3
2014-03-16Reorganize the code.Guy Harris1-375/+448
2014-03-15Clean up the setting of the len and caplen fields.Guy Harris1-48/+66
2014-03-15Use constants instead of vwr->STATS_LEN in some cases.Guy Harris1-10/+8
2014-03-15Fix setting of STATS_LEN - it's what's in the file, not what we *generate*.Guy Harris1-2/+1
2014-03-15Clean up naming and get rid of unused and duplicate definitions.Guy Harris1-197/+104
2014-03-15Better document the offset of the MPDU in the packet data.Guy Harris1-9/+17
2014-03-15Add a #define for the record header length, and use it.Guy Harris1-6/+21
2014-03-15Some records have two statistics blocks; clarify that.Guy Harris1-4/+4
2014-03-15More use of vwr->STATS_LEN to clarify what code is doing.Guy Harris1-4/+9
2014-03-15Get rid of duplicate code.Guy Harris1-5/+0
2014-03-15Use vwr->STATS_LEN instead of numbers, and eliminate redundant checks.Guy Harris1-8/+2
2014-03-14len and caplen are derived independently, so set WTAP_HAS_CAP_LEN.Guy Harris1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+2
2014-01-02Don't pass the wtap * to a routine if it's not needed.Guy Harris1-22/+17
2014-01-02Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-41/+56
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-4/+4
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-25/+25