Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-bacapp.c
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-04-06 Pascal QuantinPartly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120
2014-04-06 Michael MannConvert ep_address_to_str -> address_to_str(wmem_packet...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-23 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-12-23 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-12-22 Guy HarrisGet rid of a set-but-unused variable.
2013-12-22 Guy HarrisAdd UCS-4 support, and use it.
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-13 Evan HuusMake sure all unused bits are 0 in bacapp, fixes uninit...
2013-12-13 Guy HarrisNote that apparently some BACnet implementations misuse...
2013-12-08 Guy HarrisIt's ISO 8859-1, not "ISO 18859-1", at least according...
2013-11-23 Evan HuusRemove old (2009) and no-longer-necessary compatibility...
2013-11-20 Jakub ZawadzkiFix Bug #9457 Update BACnet vendor list
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-10-22 Bill MeierRemove instances of unused 'data_handle' (and of one...
2013-10-13 Bill MeierMinor whitespace changes
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-17 Bill MeierReference 'BACnetVendorIdentifiers' value_string using
2013-09-17 Bill MeierUpdate 'BACnetVendorIdentifiers' value strings from
2013-09-13 Jörg MayerAdd comment where the vendor ids come from
2013-09-12 Pascal QuantinConvert a few more dissectors to wmem
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-07-03 Michael Mannexpert_add_info_format_text + proto_tree_add_text ...
2013-06-30 Michael MannBatch of filterable expert infos.
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-12 Anders Broman- [-Wmissing-prototypes]
2013-02-21 Alexis La GoutteFix indent (Tab => 4 Spaces) Remove whitespace And...
2013-02-21 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-02-15 Evan HuusFrom Lori Tribble via https://bugs.wireshark.org/bugzil...
2013-02-09 Evan HuusFrom Lori Tribble via https://bugs.wireshark.org/bugzil...
2013-01-10 Anders BromanFrom "schlephorst":
2013-01-10 Anders BromanFrom "schlephorst":
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-02 Evan HuusRemove unneeded variable initializers.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-08-02 Jeff MorrissFrom Lori Tribble via https://bugs.wireshark.org/bugzil...
2012-07-20 Bill MeierFrom Lori Tribble:
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-12 Bill MeierFix: code under 'if(tree)' (in)directly calls sub-disse...
2012-05-29 Anders BromanFrom Evan Huus:
2012-04-28 Chris MaynardFix dead initialization warning reported by clang.
2012-04-23 Anders BromanFrom Evan Huus:
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-04-05 Jakub Zawadzkival is unitinialized when fUnsigned32 return false.
2012-03-21 Jeff MorrissFrom Martin Kaiser via https://bugs.wireshark.org/bugzi...
2012-02-21 Bill MeierAlways test tvb_reported_length_remaining() return...
2011-11-09 Bill MeierFix some [-Wunused-but-set-variable] warnings;
2011-10-30 Stig BjørlykkeFixed some coding errors:
2011-10-30 Anders BromanFix unused variable warnings.
2011-10-30 Anders BromanFrom Lori Tribble:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-09-12 Bill MeierFrom Danny Breton: Property name time-synchronization...
2011-09-07 Anders BromanFrom Lori Tribble:
2011-09-07 Anders BromanFrom Lori Tribble:
2011-08-23 Anders Broman"fix":
2011-08-23 Anders BromanFrom Steve Karg:
2011-07-19 Chris MaynardBased on the information provided by Steve Karg via...
2011-07-19 Guy HarrisUse ENC_LITTLE_ENDIAN rather than TRUE in proto_tree_ad...
2011-07-19 Chris MaynardFrom Michael Mann via bug 5769: In fDevice_Instance...
2011-05-22 Bill MeierFrom Yaniv Kaul: Some 'set but not used' compilation...
2011-05-14 Guy HarrisMake the tree items for strings look a little less...
2011-05-06 Anders Broman VALS(& -> VALS(
2011-04-05 Jeff MorrissRemove some unused hf_ variables.
2011-04-05 Jeff MorrissFrom Felix Kraemer: fix https://bugs.wireshark.org...
2011-04-04 Bill Meier Don't assign to a proto_item * if the value won't...
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2011-01-20 Stephen FisherFix the dead initialization warnings found by clang...
2011-01-12 Jaap KeuterFrom Steve Karg:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-10 Anders BromanFrom Lori Tribble:
2010-11-05 Stig BjørlykkeInitialize a variable to remove a warning from clang.
2010-10-22 Bill MeierFrom Lori Tribble: Add vendor identifier dissector...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-08-11 Jeff MorrissRemove non-ASCII characters.
2010-08-11 Anders BromanFrom Herbert Lischka:
2010-08-09 Gerald CombsFuture-proof a for loop.
2010-08-09 Bill MeierFix another compile error.
2010-08-09 Bill MeierFix another compile error :(
2010-08-09 Bill MeierFix a compile error.
2010-08-09 Bill MeierFrom Herbert Lischka: "corrected the dissection of...
2010-06-01 Jaap KeuterFrom Herbert Lischka:
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-04-07 Guy HarrisSquelch a compiler warning.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-02-06 Stig BjørlykkeRenamed some reassembled data texts.
2010-02-02 Stig BjørlykkeIntroduce "Reassembled length" filter element for all...
2010-01-18 Bill MeierFix a number of gcc _Wshadow warnings
2009-11-29 Anders BromanFrom Herbert Lischka:
2009-11-17 Stig BjørlykkeAdded format argument.
2009-11-17 Anders BromanHerbert Lischka:
2009-11-13 Jaap KeuterFrom Herbert Lischka:
2009-11-09 Martin MathiesonAvoid a warning about signed/unsigned comparison.
next