aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-3/+3
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-1/+1
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-22/+22
2013-11-20Add support for a new type of frame data record seen in a k18 file, andGuy Harris1-10/+34
2013-11-20Add code to dump part of a record as ASCII, and use it to dump stringsGuy Harris1-27/+236
2013-11-19Update URL for the Tektronix manual, and fix a typo in the same comment.Guy Harris1-20/+27
2013-11-19Fix some problems with the debugging code.Guy Harris1-4/+5
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-24/+17
2013-05-17Pull some functions that fill in a struct wtap_pkthdr into common code,Guy Harris1-139/+83
2013-03-17From beroset:Anders Broman1-9/+5
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