aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10Update a comment - a bad packet size could also be the result of a fileguy1-2/+3
2009-08-10Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crashgerald1-0/+7
2009-04-22Clean up some 64-bit issues.guy1-18/+18
2008-09-29From Francesco Fusco:etxrab1-9/+45
2008-07-14From Stephen Donnelly:jake1-3/+6
2008-04-12From Stephen Donnelly (bug 2359):sake1-43/+39
2008-03-14From Stephen Donnelly via bug 2235:gerald1-2/+9
2008-02-07Removed some "statement not reached" warnings.stig1-1/+0
2008-01-10Get rid of extra blank lines at the end of the file.guy1-2/+0
2008-01-10Use WTAP_ENCAP_ERF as the file encapsulation, as that's what we'dguy1-38/+9
2008-01-09From Florent Drouin:morriss1-14/+41
2007-11-19Get the number of captured bytes from "rlen" instead of "wlen". This shouldgerald1-41/+41
2007-11-06From Florent Drouin:etxrab1-6/+11
2007-11-05Strengthen BER and ERF heuristics to solve:etxrab1-0/+8
2007-10-08From Florent DROUIN:etxrab1-513/+334
2007-06-08From Stephen Donnelly of Endace:guy1-25/+127
2007-02-18From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) filesmorriss1-2/+14
2006-11-29Froim Rene Pilz:etxrab1-1/+4
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2006-01-07don't claim to be an erf file if it isn't (e.g. if the file_read call fails)ulfl1-1/+1
2005-08-26Ethereal now requires 64-bit integer support, so get rid of the tests ofguy1-19/+1
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-5/+5
2005-02-03Give a URL for the ERF specification.guy1-0/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-11/+18
2004-01-05 removed some MSVC warnings (level 3)ulfl1-3/+3
2003-12-11prevent MSVC warning:ulfl1-2/+2
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-7/+11
2003-09-19From Jesper Peterson: add support for AAL5 records in ERF files,guy1-18/+57
2003-08-26From Jesper Peterson:guy1-4/+7
2003-08-26From Jesper Peterson: support for Endace ERF file format.guy1-0/+412