aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/capsa.c
Commit message (Expand)AuthorAgeFilesLines
* wiretap: generate fake IDBs for more capture file types.Guy Harris2020-07-291-0/+9
* 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
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-15/+15
* 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-4/+4
* Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris2016-09-281-9/+10
* Some further questions, asked in comments.Guy Harris2015-08-121-5/+9
* Clean up the file header description.Guy Harris2015-08-121-8/+5
* Update comments.Guy Harris2015-08-121-4/+4
* It looks as if the origin of the time stamps is the UN*X epoch.Guy Harris2015-08-121-15/+0
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Don't try to compute time stamps for files from Packet Builder.Guy Harris2014-10-161-8/+18
* The record offset block begins with a 1-byte(!) header.Guy Harris2014-10-161-21/+19
* Get rid of no-longer-used #define.Guy Harris2014-10-141-2/+0
* Don't supply time stamps for Capsa packets for now.Guy Harris2014-10-141-11/+18
* Fix return values.Guy Harris2014-10-141-4/+4
* And another warning.Guy Harris2014-10-141-1/+1
* Squelch another warning.Guy Harris2014-10-141-1/+1
* Squelch a compiler warning.Guy Harris2014-10-141-1/+1
* Clean up comment.Guy Harris2014-10-141-1/+1
* Get rid of out-of-date comment.Guy Harris2014-10-141-12/+0
* Initial version of support for Colasoft Capsa files.Guy Harris2014-10-141-0/+446