Register a few more file extensions as belonging to Wireshark.
[metze/wireshark/wip.git] / wiretap / k12.c
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-04-30 Guy HarrisFix some cases where we're shifting a signed 1 left.
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-08 Guy HarrisUse correct expression in a "length too short" message.
2014-12-07 Guy HarrisAdd checks for non-null-terminated strings.
2014-12-06 Guy HarrisDon't go past the end of the "extra data".
2014-12-05 Guy HarrisFix some copy-and-pasteos in error messages.
2014-10-17 Guy HarrisGet rid of unused includes of <ctype.h>.
2014-10-11 Guy HarrisUse the count-of-records fields to figure out how many...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisClose some memory leaks for bad K12 RF5 files.
2014-10-07 Guy HarrisMake the code a bit more like the pre-new-APIs code.
2014-10-07 Guy HarrisWhitespace cleanups.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-10-05 Guy HarrisRead the record length in common code.
2014-10-05 Guy HarrisFix a comment.
2014-10-05 Guy HarrisImprove comments, and add some #defines, to make it...
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisGet rid of trailing blank lines.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-13 AndersBromanisprint() -> g_ascii_isprint()
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-21 Jakub Zawadzkiisascii(x) && isprint(x) -> g_ascii_isprint(x)
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-20 Guy HarrisAdd support for a new type of frame data record seen...
2013-11-20 Guy HarrisAdd code to dump part of a record as ASCII, and use...
2013-11-19 Guy HarrisUpdate URL for the Tektronix manual, and fix a typo...
2013-11-19 Guy HarrisFix some problems with the debugging code.
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-17 Guy HarrisPull some functions that fill in a struct wtap_pkthdr...
2013-03-17 Anders BromanFrom beroset:
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-10 Guy HarrisFrom Bill Parker: fix typo.
2012-10-10 Guy HarrisFrom Bill Parker: check for ws_fopen() failing.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-02 Anders BromanTry to squelch warnings
2012-06-02 Anders BromanTry to squelch warnings
2012-05-04 Guy HarrisClean up indentation.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-14 Guy HarrisMore double-free fixes - destroy_k12_file_data() frees...
2012-04-14 Anders BromanFrom From Evan Huus: Potential double-free while import...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-18 Chris MaynardWrap actual_len inside #ifdef DEBUG_K12 to avoid gcc...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-06 Guy HarrisFrom Jakub Zawadzki: fix the type of an argument.
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-02-10 Guy HarrisAdd some information based on a Tektronix manual whose...
2011-02-04 Guy HarrisSet the error code and additional information string...
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-04-22 Guy HarrisSigned vs. unsigned fix.
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-31 Gerald CombsAdd a check to make sure we don't try to allocate a...
2009-03-15 Stig BjørlykkeFrom Jakub Zawadzki:
2009-03-09 Gerald CombsP64 fixes.
2009-03-08 Bill MeierChange a a remaining eth_fopen to ws_fopen (used only...
2008-09-03 Guy Harrisg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-06-23 Stig BjørlykkeFixed some "shadowed variables", as pointed out by...
2008-05-08 Martin MathiesonFrom Anders: Checkapi enabled for wiretap and more...
2008-01-24 Jeff Morrisss/%ll/%" G_GINT64_MODIFIER "/g
2007-10-16 Sake BlokFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-10-16 Jeff MorrissChange more fopen() to eth_fopen() to finish fixing...
2007-09-28 Bill MeierAdd error checking for fwrites; replacement for the...
2007-06-13 Luis OntanonFix coverity bug 244, [WS Bug 1649]
2007-04-21 Guy HarrisExplicitly mark new_k12_file_data() as taking no argume...
2007-04-02 Luis OntanonThere are odd packet records in k15 generated files...
2007-03-21 Ulf Lampingfix another warning
2007-03-21 Ulf Lampingset compiler option "treat warnings as errors" - to...
2007-03-17 Luis Ontanonrename a variable.
2007-03-17 Luis OntanonK15 final:
2007-03-17 Luis OntanonK15 phase 1
2007-03-10 Luis OntanonMajor cleanup of debug code and whitespace changes.
2007-02-08 Luis OntanonFrom: Kriang Lerdsuwanakij
2007-02-04 Luis Ontanonfrom:
2007-01-28 Luis Ontanonfrom Kriang Lerdsuwanakij
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-10-24 Luis Ontanon- packet records with AAL5 Pdus or AAL2 Sdus contain...
2005-10-13 Luis Ontanonmake sure tham when more than one stack file is used...
next