aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ber.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-14/+27
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-7/+7
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-5/+2
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-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-13/+11
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-11/+13
2014-05-09Revert "Refactor Wiretap"Guy Harris1-25/+21
2014-05-09Refactor WiretapMichael Mann1-21/+25
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-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-29/+25
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-11/+5
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-1/+3
2012-10-19Hoist the code to set the wtap_pkthdr into a routine, and call it inGuy Harris1-8/+15
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
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-4/+5
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-5/+3
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-4/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-5/+5
2011-04-06From Jakub Zawadzki:Guy Harris1-1/+1
2010-02-23Don't use C++ keywords as variable names - prepend "ber_" in front ofGuy Harris1-11/+11
2009-06-02Better heuristics for detecting BER encoded file, especially when initial tag...Graeme Lunt1-17/+19
2009-01-04Minor rewording of a few comments; fix a few typos.Bill Meier1-1/+1
2007-11-05Strengthen BER and ERF heuristics to solve:Anders Broman1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-2/+2
2006-09-12Get rid of a compiler warning.Gerald Combs1-8/+9
2006-06-17fix coverity "bug" 184 (false positive)Ronnie Sahlberg1-2/+1
2006-05-15Fix some compiler warnings.Guy Harris1-5/+7
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt1-0/+187