aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-06When writing an ERF record, the case where the encapsulation type isGuy Harris1-71/+68
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-1/+4
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-1/+1
2012-10-17Fill some phdr values also when doing random readJakub Zawadzki1-8/+6
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-4/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-07From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-3/+5
2012-06-02Try to squelch warningsAnders Broman1-1/+1
2012-05-24From Stephen Donnelly:Anders Broman1-35/+49
2012-05-23From Stephen Donnelly:Anders Broman1-1/+39
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-5/+1
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