aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-27/+28
2012-10-10From Bill Parker: fix typo.Guy Harris1-1/+1
2012-10-10From Bill Parker: check for ws_fopen() failing.Guy Harris1-5/+11
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-06-02Try to squelch warningsAnders Broman1-3/+3
2012-06-02Try to squelch warningsAnders Broman1-11/+11
2012-05-04Clean up indentation.Guy Harris1-31/+30
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-4/+1
2012-04-14More double-free fixes - destroy_k12_file_data() frees its argument, soGuy Harris1-2/+0
2012-04-14From From Evan Huus: Potential double-free while importing k12xx *.rf5 files ...Anders Broman1-2/+0
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-2/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-6/+6
2011-04-18Wrap actual_len inside #ifdef DEBUG_K12 to avoid gcc 4.6.0 warning reported byChris Maynard1-2/+8
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-6/+1
2011-04-06From Jakub Zawadzki: fix the type of an argument.Guy Harris1-1/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-6/+6
2011-02-10Add some information based on a Tektronix manual whose name popped up inGuy Harris1-2/+57
2011-02-04Set the error code and additional information string in more cases.Guy Harris1-27/+70
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-22/+8
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-29/+50
2009-04-22Signed vs. unsigned fix.Guy Harris1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-103/+103
2009-03-31Add a check to make sure we don't try to allocate a huge buffer. IfGerald Combs1-7/+11
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-6/+2
2009-03-09P64 fixes.Gerald Combs1-2/+2
2009-03-08Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).Bill Meier1-1/+1
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-1/+7
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-06-23Fixed some "shadowed variables", as pointed out by John Smith.Stig Bjørlykke1-13/+13
2008-05-08From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson1-1/+1
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss1-2/+2
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-3/+3
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-166/+166
2007-09-28Add error checking for fwrites; replacement for the 2nd of the patches provid...Bill Meier1-22/+44
2007-06-13Fix coverity bug 244, [WS Bug 1649]Luis Ontanon1-30/+21
2007-04-21Explicitly mark new_k12_file_data() as taking no arguments - in C89, atGuy Harris1-1/+1
2007-04-02There are odd packet records in k15 generated files where the interface recor...Luis Ontanon1-4/+33
2007-03-21fix another warningUlf Lamping1-1/+1
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping1-1/+1
2007-03-17rename a variable.Luis Ontanon1-5/+5
2007-03-17K15 final:Luis Ontanon1-20/+5
2007-03-17K15 phase 1Luis Ontanon1-169/+207
2007-03-10Major cleanup of debug code and whitespace changes.Luis Ontanon1-700/+632
2007-02-08From: Kriang LerdsuwanakijLuis Ontanon1-2/+28
2007-02-04from:Luis Ontanon1-30/+63
2007-01-28from Kriang LerdsuwanakijLuis Ontanon1-2/+2