aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ber.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatguy1-4/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-5/+5
2011-04-06From Jakub Zawadzki:guy1-1/+1
2010-02-23Don't use C++ keywords as variable names - prepend "ber_" in front ofguy1-11/+11
2009-06-02Better heuristics for detecting BER encoded file, especially when initial tag...gal1-17/+19
2009-01-04Minor rewording of a few comments; fix a few typos.wmeier1-1/+1
2007-11-05Strengthen BER and ERF heuristics to solve:etxrab1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-2/+2
2006-09-12Get rid of a compiler warning.gerald1-8/+9
2006-06-17fix coverity "bug" 184 (false positive)sahlberg1-2/+1
2006-05-15Fix some compiler warnings.guy1-5/+7
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...gal1-0/+187