aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/lanalyzer.c
Commit message (Expand)AuthorAgeFilesLines
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-6/+6
* Catch attempts to write multiple encapsulation types if unsupported.Guy Harris2018-11-141-0/+9
* Get rid of TestBigEndian and AC_C_BIGENDIAN.Gerald Combs2018-03-131-1/+1
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-22/+22
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: use SPDX identifiers (partial work).Dario Lombardo2018-01-201-13/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-1/+1
* Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris2016-09-291-1/+2
* Redo the block options APIs.Guy Harris2016-07-141-1/+1
* Add data structures necessary to support multiple Section Header blocks.Michael Mann2016-06-011-1/+1
* Add wtap_optionblock_set_option_string_formatMichael Mann2016-05-221-4/+7
* Note some cases where we don't need to check the packet length.Guy Harris2016-04-301-0/+5
* Making wiretap option blocks more generic.Michael Mann2016-02-231-1/+2
* Call the dumper routine to finish write a file the "finish" routine.Guy Harris2015-11-091-5/+5
* Clean up timestamp handling.Guy Harris2015-02-281-75/+59
* Replace tabs by spaces when editor modelines has "expandtab"Bill Meier2015-02-131-32/+32
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-268/+281
* Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris2014-12-181-1/+1
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-1/+1
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-1/+1
* Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris2014-12-171-1/+1
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-16/+16
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-5/+0
* Make the code a bit more like the pre-new-APIs code.Guy Harris2014-10-071-16/+6
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-49/+37
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* 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-1/+8
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-11/+9
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-9/+11
* Revert "Refactor Wiretap"Guy Harris2014-05-091-75/+71
* Refactor WiretapMichael Mann2014-05-091-71/+75
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-1/+7
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-4/+2
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-14/+14
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-291-26/+26
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Fix error when build with clang 3.0Alexis La Goutte2013-08-101-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-21/+15
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-28/+6
* Put the code to read trace record headers into a common routine used byGuy Harris2013-05-181-55/+65
* Wiretap file open routines should not free wth->priv on error, since thatEvan Huus2013-03-251-10/+0
* From beroset:Anders Broman2013-03-171-5/+11
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-22/+23
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-4/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1