aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascendtext.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-3/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-6/+6
2010-10-20Fix bug which caused ascend_open() to return "I/O error" (instead of "not me").Bill Meier1-0/+1
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-26/+27
2010-02-25Have parse_ascend() return:Guy Harris1-3/+6
2009-06-15Rename all of the ascend files:Jörg Mayer1-0/+343