aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ber.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings/errors of typeJoerg Mayer2016-03-281-1/+1
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Support BER files bigger than 256kBStig Bjørlykke2015-08-271-5/+5
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-14/+27
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-7/+7
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-5/+2
* 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/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-13/+11
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-11/+13
* Revert "Refactor Wiretap"Guy Harris2014-05-091-25/+21
* Refactor WiretapMichael Mann2014-05-091-21/+25
* 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
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-29/+25
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-11/+5
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-1/+3
* Hoist the code to set the wtap_pkthdr into a routine, and call it inGuy Harris2012-10-191-8/+15
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-4/+5
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-5/+3
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris2011-05-091-4/+2
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-5/+5
* From Jakub Zawadzki:Guy Harris2011-04-061-1/+1
* Don't use C++ keywords as variable names - prepend "ber_" in front ofGuy Harris2010-02-231-11/+11
* Better heuristics for detecting BER encoded file, especially when initial tag...Graeme Lunt2009-06-021-17/+19
* Minor rewording of a few comments; fix a few typos.Bill Meier2009-01-041-1/+1
* Strengthen BER and ERF heuristics to solve:Anders Broman2007-11-051-0/+3
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-2/+2
* Get rid of a compiler warning.Gerald Combs2006-09-121-8/+9
* fix coverity "bug" 184 (false positive)Ronnie Sahlberg2006-06-171-2/+1
* Fix some compiler warnings.Guy Harris2006-05-151-5/+7
* Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt2006-05-081-0/+187