aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/stanag4607.c
Commit message (Expand)AuthorAgeFilesLines
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-2/+2
* Replace g_snprintf() with snprintf()João Valverde2021-12-191-2/+2
* 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
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-1/+1
* wiretap: generate fake IDBs for more capture file types.Guy Harris2020-07-291-0/+8
* HTTPS In Even More Places, update some links.Guy Harris2019-07-281-2/+4
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-2/+3
* Small cleanup of the sequential read routine.Guy Harris2018-09-301-7/+1
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-13/+13
* 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
* Updated URL for STANAG 4607 documentation.Guy Harris2017-02-161-0/+4
* Report an error for too-short packets.Guy Harris2017-02-161-1/+14
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* stanag4607: add check for wtap max size.Dario Lombardo2015-08-301-0/+10
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-5/+5
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-27/+14
* 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-0/+2
* file_seek() sets the error variable; no need to set it ourselves.Guy Harris2014-05-231-1/+1
* 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-24/+21
* Refactor WiretapMichael Mann2014-05-091-21/+24
* 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-1/+1
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-4/+4
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* The base_secs value should be a time_t, as it's calculated usingGuy Harris2013-07-291-5/+14
* Add a URL for a STANAG 4607 spec.Guy Harris2013-07-291-2/+4
* Use the portable g_ntohl, also add some casts.Evan Huus2013-07-281-5/+5
* From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962Evan Huus2013-07-281-0/+192