aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-21Get rid of C++ comments.Guy Harris1-1/+1
2013-11-21Cope with empty VWR files (bug 9428)Martin Mathieson1-2/+9
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-10-16Fix various: whitespace, comments & etc.Bill Meier1-612/+624
2013-10-15Add another cast.Gerald Combs1-1/+1
2013-10-15Add casts to fix some shortening errors.Gerald Combs1-4/+4
2013-10-15limit the values written to phdr.(cap)len to guint32, not to guint16Martin Kaiser1-6/+6
2013-10-15code review of parse_s1_W_stats()Martin Kaiser1-2/+16
2013-10-14do some range checks when reading vwr filesMartin Kaiser1-14/+14
2013-09-15From Tom Cook via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9147 Lo...Alexis La Goutte1-3/+3
2013-08-10Initialize float variables with float constants, not double constants,Guy Harris1-6/+6