aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Squelch some compiler warnings.Guy Harris1-2/+7
2014-06-22Get rid of some unused variables.Guy Harris1-1/+0
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-192/+116
2014-06-19Use address_to_str(NULL, ...) for strings allocated outside dissectors.Guy Harris1-8/+32
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann1-8/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-8/+8
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-22Get rid of a set-but-unused variable.Guy Harris1-2/+1
2013-12-22Add UCS-4 support, and use it.Guy Harris1-82/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-13Make sure all unused bits are 0 in bacapp, fixes uninitialized memory found byEvan Huus1-0/+1
2013-12-13Note that apparently some BACnet implementations misuse the "ANSI X3.4"Guy Harris1-1/+3
2013-12-08It's ISO 8859-1, not "ISO 18859-1", at least according to ANSI/ASHRAEGuy Harris1-21/+22
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus1-8/+8
2013-11-20Fix Bug #9457 Update BACnet vendor listJakub Zawadzki1-2/+12
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-2/+6
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-7/+0
2013-10-13Minor whitespace changesBill Meier1-907/+907
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-17Reference 'BACnetVendorIdentifiers' value_string usingBill Meier1-2/+3
2013-09-17Update 'BACnetVendorIdentifiers' value strings fromBill Meier1-209/+370
2013-09-13Add comment where the vendor ids come fromJörg Mayer1-0/+4
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-52/+63
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-512/+509
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-8/+4
2013-06-30Batch of filterable expert infos.Michael Mann1-4/+14
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+8
2013-03-12- [-Wmissing-prototypes]Anders Broman1-4/+4
2013-02-21Fix indent (Tab => 4 Spaces) Remove whitespace And Modelines infoAlexis La Goutte1-52/+65
2013-02-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+1
2013-02-15From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8331Evan Huus1-1/+1
2013-02-09From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8306Evan Huus1-1/+6
2013-01-10From "schlephorst":Anders Broman1-10/+146
2013-01-10From "schlephorst":Anders Broman1-5/+251
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-02Remove unneeded variable initializers.Evan Huus1-7/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-46/+52
2012-08-02From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7556 :Jeff Morriss1-11/+12