aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-02AFAIKT there's no reason to #include <wsutil/crc32.c>; Include crc32.h like e...Bill Meier1-183/+186
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2012-02-14TYPE_PAD records can have zero bytes of payload; don't treat them asGuy Harris1-4/+6
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-3/+3
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aGuy Harris1-1/+1
2011-10-21From Huzaifa Sidhpurwala of Red Hat Security Response Team:Gerald Combs1-0/+20
2011-10-14Removed newencap as it's unused.Stig Bjørlykke1-2/+1
2011-10-04From Andrew Kampjes:Anders Broman1-18/+29
2011-09-06Don't synthesize a CRC if the packet already has one.Guy Harris1-5/+17
2011-09-03Check return value from wtap_dump_file_write.Stig Bjørlykke1-1/+2
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-3/+3
2011-08-31Not ideal, but OK for now - alignbytes, at that point, is < 8, so weGuy Harris1-3/+2
2011-08-31Try using gint64 for alignbytes.Stig Bjørlykke1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:Stig Bjørlykke1-1/+211
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