aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascendtext.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-2/+0
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-05-31ascend: set rec->rec_type.Guy Harris1-0/+1
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+8
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-2/+8
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-1/+17
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-11-30wiretap: Convert ascend.y to Lemon.Gerald Combs1-347/+345
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+8
2020-07-25ISDN, LAPD: clean up the way they connect to other dissectors.Guy Harris1-34/+1
2020-07-22ascend: update a comment.Guy Harris1-1/+8
2020-06-17ascend: add a couple of comments.Guy Harris1-3/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-9/+9
2018-10-02Clean up some things.Guy Harris1-25/+34
2018-10-02Don't return TRUE with *err or *err_info set.Guy Harris1-0/+18
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-20/+20
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2016-08-18Don't distinguish between PARSED_NONRECORD and PARSE_FAILED.Guy Harris1-21/+18
2016-08-18Make it a little clearer what ascend_open() is doing.Guy Harris1-11/+16
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-12/+121
2015-11-30Handle Date: headers differently from other headers.Guy Harris1-43/+81
2015-11-30Add some comments explaining what some code is doing.Guy Harris1-1/+26
2015-11-30Fix out-of-bounds read in ascend_seek.Michael Mann1-0/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-21/+34
2014-10-17Get rid of unused includes of <ctype.h>.Guy Harris1-1/+0
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-6/+6
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-10/+10
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-10/+10
2014-05-09Revert "Refactor Wiretap"Guy Harris1-41/+36
2014-05-09Refactor WiretapMichael Mann1-36/+41
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-8/+7
2013-05-16Hoist a bunch of common code between ascend_read() andGuy Harris1-70/+9
2013-03-25Wiretap file open routines should not free wth->priv on error, since thatEvan Huus1-1/+0
2013-01-14Fix Coverity CID 762007: Logically dead code.Chris Maynard1-7/+1
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-7/+5
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-7/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-2/+0
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2