aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-22/+8
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-29/+50
* Signed vs. unsigned fix.Guy Harris2009-04-221-1/+1
* Clean up some 64-bit issues.Guy Harris2009-04-221-103/+103
* Add a check to make sure we don't try to allocate a huge buffer. IfGerald Combs2009-03-311-7/+11
* From Jakub Zawadzki:Stig Bjørlykke2009-03-151-6/+2
* P64 fixes.Gerald Combs2009-03-091-2/+2
* Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).Bill Meier2009-03-081-1/+1
* g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris2008-09-031-1/+7
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* Fixed some "shadowed variables", as pointed out by John Smith.Stig Bjørlykke2008-06-231-13/+13
* From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson2008-05-081-1/+1
* s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss2008-01-241-2/+2
* From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok2007-10-161-3/+3
* Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss2007-10-161-166/+166
* Add error checking for fwrites; replacement for the 2nd of the patches provid...Bill Meier2007-09-281-22/+44
* Fix coverity bug 244, [WS Bug 1649]Luis Ontanon2007-06-131-30/+21
* Explicitly mark new_k12_file_data() as taking no arguments - in C89, atGuy Harris2007-04-211-1/+1
* There are odd packet records in k15 generated files where the interface recor...Luis Ontanon2007-04-021-4/+33
* fix another warningUlf Lamping2007-03-211-1/+1
* set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping2007-03-211-1/+1
* rename a variable.Luis Ontanon2007-03-171-5/+5
* K15 final:Luis Ontanon2007-03-171-20/+5
* K15 phase 1Luis Ontanon2007-03-171-169/+207
* Major cleanup of debug code and whitespace changes.Luis Ontanon2007-03-101-700/+632
* From: Kriang LerdsuwanakijLuis Ontanon2007-02-081-2/+28
* from:Luis Ontanon2007-02-041-30/+63
* from Kriang LerdsuwanakijLuis Ontanon2007-01-281-2/+2
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-7/+7
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-1/+1
* - packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...Luis Ontanon2005-10-241-109/+201
* make sure tham when more than one stack file is used each channel uses the ri...Luis Ontanon2005-10-131-22/+184
* Fix more problems found by Steve Grubb, along with other changes:Gerald Combs2005-09-081-0/+1
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-3/+3
* Two fixes to tektronix k12 import:Luis Ontanon2005-08-221-2/+7
* Include the .h files into the .c files. That way weJörg Mayer2005-08-021-0/+1
* - Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon2005-06-171-5/+256
* third and last(?) iteration on the import routines for tektronix 32bit rf5 fi...Luis Ontanon2005-06-161-324/+199
* use a helper dissector to show k12 files.Luis Ontanon2005-06-131-262/+244
* Fixed indentation and removed control characters, in an attempt to understand...Luis Ontanon2005-06-101-29/+27
* Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon2005-06-101-0/+553