Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-ansi_801.c
2014-06-04 Michael Mannpacket-ansi_801.c: proto_tree_add_text -> somthing...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-13 Bill MeierLet's see if this fixes VS Code Analysis warnings:
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-22 Bill MeierRemove instances of unused 'data_handle' (and of one...
2013-09-12 Pascal QuantinConvert a few dissectors from emem to wmem API
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissect...
2013-05-03 Michael MannRemove unnecessary global variables
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-12 Anders Bromansvn path=/trunk/; revision=48272
2012-12-21 Guy HarrisEverything else in the floating-point calculations...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-04 Bill MeierAFAICT sys/types.h & netinet/in.h #includes are not...
2012-03-06 Bill MeierFix benign issue: For FT_BOOLEAN fields with a zero...
2012-02-20 Bill MeierIndentation & whitespace cleanup....
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-08-08 Bill MeierDissectors don't need to #include <gmodule.h>
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-27 Gerasimos DimitriadisUpdate IS-801 Request Pseudorange Measurement; Rename
2010-01-26 Gerasimos DimitriadisMove underscore escaping/unscaping function to strutil.c;
2010-01-23 Gerasimos DimitriadisRewrite IS-801 decoding of Provide GPS Satellite Health
2010-01-23 Gerasimos DimitriadisWhitespace edits; registration of the ansi_801 dissector
2010-01-23 Gerasimos DimitriadisInsert casts to float to make the buildbot happy
2010-01-23 Gerasimos DimitriadisUpdate IS-801 decoding Provide Location Response;
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-08-04 Bill MeierInit ett_... variables to -1
2009-05-26 Bill MeierMisc dissector cleanup:
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-06-23 Stig BjørlykkeRenamed the global bit_mask to avoid collisions with...
2008-05-09 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-01-24 Jeff Morrisss/%ll/%" G_GINT64_MODIFIER "/g
2007-05-29 Guy HarrisCheck for G_GINT64_MODIFIER in Wireshark as we do in...
2007-05-29 Sebastien TandelFrom David Howells :
2007-04-26 Anders BromanChange the signature of proto_tree_add_bits() and add...
2007-04-18 Martin MathiesonMake specifier string match args
2007-04-18 Anders BromanFrom Michael Lum:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-07-27 Jörg MayerFix >2600 warnings by doing char -> const char changes.
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-06-26 Ulf Lampingpacket-ansi_801.c(93) : warning C4090: 'return' : diffe...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.