aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-7/+7
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-1/+1
2005-10-24- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...Luis Ontanon1-109/+201
2005-10-13make sure tham when more than one stack file is used each channel uses the ri...Luis Ontanon1-22/+184
2005-09-08Fix more problems found by Steve Grubb, along with other changes:Gerald Combs1-0/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-3/+3
2005-08-22Two fixes to tektronix k12 import:Luis Ontanon1-2/+7
2005-08-02Include the .h files into the .c files. That way weJörg Mayer1-0/+1
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon1-5/+256
2005-06-16third and last(?) iteration on the import routines for tektronix 32bit rf5 fi...Luis Ontanon1-324/+199
2005-06-13use a helper dissector to show k12 files.Luis Ontanon1-262/+244
2005-06-10Fixed indentation and removed control characters, in an attempt to understand...Luis Ontanon1-29/+27
2005-06-10Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon1-0/+553