aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-11/+16
2011-04-20pntohll() takes a guint8 * as an argument; there's no need to cast to aGuy Harris1-1/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-5/+5
2010-11-04From Alexis La Goutte:Jaap Keuter1-4/+1
2010-10-28From Stephen Donnelly:Anders Broman1-7/+11
2010-04-08From Stephen Donnelly:Anders Broman1-2/+3
2010-02-02From Stephen Donnelly:Anders Broman1-1/+3
2009-11-09Removed an unused variable.Stig Bjørlykke1-2/+1
2009-08-10Update a comment - a bad packet size could also be the result of a fileGuy Harris1-2/+3
2009-08-10Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crashGerald Combs1-0/+7
2009-04-22Clean up some 64-bit issues.Guy Harris1-18/+18
2008-09-29From Francesco Fusco:Anders Broman1-9/+45
2008-07-14From Stephen Donnelly:Jaap Keuter1-3/+6
2008-04-12From Stephen Donnelly (bug 2359):Sake Blok1-43/+39
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-2/+9
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-1/+0
2008-01-10Get rid of extra blank lines at the end of the file.Guy Harris1-2/+0
2008-01-10Use WTAP_ENCAP_ERF as the file encapsulation, as that's what we'dGuy Harris1-38/+9
2008-01-09From Florent Drouin:Jeff Morriss1-14/+41
2007-11-19Get the number of captured bytes from "rlen" instead of "wlen". This shouldGerald Combs1-41/+41
2007-11-06From Florent Drouin:Anders Broman1-6/+11
2007-11-05Strengthen BER and ERF heuristics to solve:Anders Broman1-0/+8
2007-10-08From Florent DROUIN:Anders Broman1-513/+334
2007-06-08From Stephen Donnelly of Endace:Guy Harris1-25/+127
2007-02-18From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) filesJeff Morriss1-2/+14
2006-11-29Froim Rene Pilz:Anders Broman1-1/+4
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2006-01-07don't claim to be an erf file if it isn't (e.g. if the file_read call fails)Ulf Lamping1-1/+1
2005-08-26Ethereal now requires 64-bit integer support, so get rid of the tests ofGuy Harris1-19/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-5/+5
2005-02-03Give a URL for the ERF specification.Guy Harris1-0/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-11/+18
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-3/+3
2003-12-11prevent MSVC warning:Ulf Lamping1-2/+2
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-7/+11
2003-09-19From Jesper Peterson: add support for AAL5 records in ERF files,Guy Harris1-18/+57
2003-08-26From Jesper Peterson:Guy Harris1-4/+7
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris1-0/+412