aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/visual.c
Commit message (Expand)AuthorAgeFilesLines
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-7/+7
* wiretap: always allocate a block for a record.Guy Harris2021-08-291-0/+1
* Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris2021-04-301-1/+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-3/+19
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-2/+2
* Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris2020-10-141-3/+5
* Fix many spelling errorsРоман Донченко2020-10-111-1/+1
* wiretap: generate fake IDBs for more capture file types.Guy Harris2020-07-291-0/+8
* wiretap: don't use memset where possible.Dario Lombardo2020-04-141-7/+2
* HTTPS In Even More Places, update some links.Guy Harris2019-07-281-1/+1
* 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
* Catch attempts to write multiple encapsulation types if unsupported.Guy Harris2018-11-141-0/+9
* Rename the pseudo-header for X.25, V.120, and Frame Relay.Guy Harris2018-09-261-3/+3
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-63/+63
* 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
* Use pcapng as the name of the file format.Guy Harris2018-01-091-1/+1
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-2/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-3/+3
* Call the dumper routine to finish write a file the "finish" routine.Guy Harris2015-11-091-3/+3
* Make various structure members the right size for time-in-seconds.Guy Harris2015-04-201-5/+5
* Visual Networks captures have only millisecond resolution.Guy Harris2015-04-201-1/+1
* Simplify the calculation of the time stamp.Guy Harris2015-04-201-12/+7
* Use 64-bit fixed point to calculate time stamps.Guy Harris2015-04-191-4/+4
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-9/+22
* 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-2/+2
* 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-8/+8
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-4/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-25/+5
* 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-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/+7
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-12/+10
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-10/+12
* Revert "Refactor Wiretap"Guy Harris2014-05-091-46/+43
* Refactor WiretapMichael Mann2014-05-091-43/+46
* wtap_read() and wtap_seek_read() handle caplen > len; don't do it here.Guy Harris2014-04-251-6/+0
* 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-0/+6
* 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-13/+13