aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-4/+4
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-1/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-19/+11
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Fix a record size check.Guy Harris2014-09-251-7/+7
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-68/+68
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-6/+6
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+3
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-14/+11
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-11/+14
* Revert "Refactor Wiretap"Guy Harris2014-05-091-41/+38
* Refactor WiretapMichael Mann2014-05-091-38/+41
* Hide unused variable.Guy Harris2014-03-291-1/+4
* Add a pcorey48tohll() macro, and use #defines for some offsets.Guy Harris2014-03-291-26/+25
* Add a #define for the stats block header length, and use it.Guy Harris2014-03-161-14/+15
* And another warning fix.Guy Harris2014-03-161-1/+2
* Squelch some warnings by narrowing or widening some variables.Guy Harris2014-03-161-6/+9
* Get rid of unused #defines and no-longer-used structures.Guy Harris2014-03-161-56/+3
* Reorganize the code.Guy Harris2014-03-161-375/+448
* Clean up the setting of the len and caplen fields.Guy Harris2014-03-151-48/+66
* Use constants instead of vwr->STATS_LEN in some cases.Guy Harris2014-03-151-10/+8
* Fix setting of STATS_LEN - it's what's in the file, not what we *generate*.Guy Harris2014-03-151-2/+1
* Clean up naming and get rid of unused and duplicate definitions.Guy Harris2014-03-151-197/+104
* Better document the offset of the MPDU in the packet data.Guy Harris2014-03-151-9/+17
* Add a #define for the record header length, and use it.Guy Harris2014-03-151-6/+21
* Some records have two statistics blocks; clarify that.Guy Harris2014-03-151-4/+4
* More use of vwr->STATS_LEN to clarify what code is doing.Guy Harris2014-03-151-4/+9
* Get rid of duplicate code.Guy Harris2014-03-151-5/+0
* Use vwr->STATS_LEN instead of numbers, and eliminate redundant checks.Guy Harris2014-03-151-8/+2
* len and caplen are derived independently, so set WTAP_HAS_CAP_LEN.Guy Harris2014-03-141-3/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-1/+1
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+2
* Don't pass the wtap * to a routine if it's not needed.Guy Harris2014-01-021-22/+17
* Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris2014-01-021-41/+56
* Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2013-12-201-4/+4
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-25/+25
* Get rid of C++ comments.Guy Harris2013-11-211-1/+1
* Cope with empty VWR files (bug 9428)Martin Mathieson2013-11-211-2/+9
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-2/+2
* Fix various: whitespace, comments & etc.Bill Meier2013-10-161-612/+624
* Add another cast.Gerald Combs2013-10-151-1/+1
* Add casts to fix some shortening errors.Gerald Combs2013-10-151-4/+4
* limit the values written to phdr.(cap)len to guint32, not to guint16Martin Kaiser2013-10-151-6/+6
* code review of parse_s1_W_stats()Martin Kaiser2013-10-151-2/+16
* do some range checks when reading vwr filesMartin Kaiser2013-10-141-14/+14
* From Tom Cook via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9147 Lo...Alexis La Goutte2013-09-151-3/+3
* Initialize float variables with float constants, not double constants,Guy Harris2013-08-101-6/+6
* IxVeriwave 11ac patch (bug 8912) from Tom Cook.Martin Mathieson2013-08-101-528/+516