aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/dct3trace.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-2/+1
2012-04-28If xml_get_int() fails, bail immediately; don't use the variable itGuy Harris1-14/+18
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-4/+4
2011-06-15Squelch some compiler warnings.Guy Harris1-1/+1
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-6/+7
2011-02-16Fix a buffer overflow found by the Visual C++ analyzer.Gerald Combs1-0/+7
2010-02-23Squelch some (valid) warnings.Guy Harris1-2/+2
2009-10-18Fixed data type for a buffer.Stig Bjørlykke1-2/+2
2009-06-24From Duncan Salerno:Jaap Keuter1-4/+11
2009-03-07More P64 changes.Guy Harris1-1/+1
2009-01-07From Duncan Salerno:Jaap Keuter1-0/+390