aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ber.c
AgeCommit message (Expand)AuthorFilesLines
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