aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.c
Commit message (Expand)AuthorAgeFilesLines
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-24/+17
* Pull some functions that fill in a struct wtap_pkthdr into common code,Guy Harris2013-05-171-139/+83
* From beroset:Anders Broman2013-03-171-9/+5
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-1/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-27/+28
* From Bill Parker: fix typo.Guy Harris2012-10-101-1/+1
* From Bill Parker: check for ws_fopen() failing.Guy Harris2012-10-101-5/+11
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Try to squelch warningsAnders Broman2012-06-021-3/+3
* Try to squelch warningsAnders Broman2012-06-021-11/+11
* Clean up indentation.Guy Harris2012-05-041-31/+30
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-4/+1
* More double-free fixes - destroy_k12_file_data() frees its argument, soGuy Harris2012-04-141-2/+0
* From From Evan Huus: Potential double-free while importing k12xx *.rf5 files ...Anders Broman2012-04-141-2/+0
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-2/+2
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-6/+6
* Wrap actual_len inside #ifdef DEBUG_K12 to avoid gcc 4.6.0 warning reported byChris Maynard2011-04-181-2/+8
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-6/+1
* From Jakub Zawadzki: fix the type of an argument.Guy Harris2011-04-061-1/+1
* From Jakub Zawadzki:Guy Harris2011-04-061-6/+6
* Add some information based on a Tektronix manual whose name popped up inGuy Harris2011-02-101-2/+57
* Set the error code and additional information string in more cases.Guy Harris2011-02-041-27/+70
* 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