aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/dbs-etherwatch.c
Commit message (Expand)AuthorAgeFilesLines
* wiretap: always allocate a block for a record.Guy Harris2021-08-291-0/+1
* wiretap: rename wtap_register_file_type_subtypes().Guy Harris2021-02-231-1/+1
* wiretap: have file handlers advertise blocks and options supported.Guy Harris2021-02-211-1/+8
* wiretap: more work on file type/subtypes.Guy Harris2021-02-171-2/+8
* wiretap: register most built-in file types from its module.Guy Harris2021-02-141-1/+17
* Fix many spelling errorsРоман Донченко2020-10-111-6/+6
* wiretap: generate fake IDBs for more capture file types.Guy Harris2020-07-291-0/+8
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-6/+5
* Put the FILE_T first in the arguments to parse_dbs_etherwatch_packet().Guy Harris2018-10-011-4/+4
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-17/+17
* 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-2/+2
* Remove space character from ETHERWATCH magic keyMichael Mann2017-01-191-1/+1
* Don't treat the packet length as unsigned.Guy Harris2016-05-011-4/+9
* Clean up packet length handling.Guy Harris2016-04-301-7/+25
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-2/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-412/+425
* Don't use ctype.h routines.Guy Harris2014-10-171-10/+9
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-4/+4
* Whitespace cleanups.Guy Harris2014-10-071-1/+1
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-2/+2
* 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/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-24/+24
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-24/+24
* Revert "Refactor Wiretap"Guy Harris2014-05-091-30/+27
* Refactor WiretapMichael Mann2014-05-091-27/+30
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-4/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-40/+22
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-23/+23
* Set *data_offset early in the read process, to emphasize that it's theGuy Harris2013-05-171-12/+6
* Pass parse_dbs_etherwatch_packet() a pointer to a struct wtap_pkthdr,Guy Harris2013-05-171-20/+19
* Errors take precedence over EOF; use file_error() after operations thatGuy Harris2012-12-271-31/+21
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-3/+2
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+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
* Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs2012-05-161-2/+3
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-2/+0
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-13/+13
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-13/+17
* Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris2011-04-111-2/+1
* Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs2011-04-071-1/+1
* Fix errors found by the Visual C++ analyzer.Gerald Combs2011-02-161-1/+1