aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-20From Lori Tribble:Bill Meier1-3/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-34/+31
2012-05-29From Evan Huus:Anders Broman1-2/+13
2012-04-28Fix dead initialization warning reported by clang.Chris Maynard1-1/+1
2012-04-23From Evan Huus:Anders Broman1-558/+590
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-05val is unitinialized when fUnsigned32 return false.Jakub Zawadzki1-4/+2
2012-03-21From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-0/+1
2012-02-21Always test tvb_reported_length_remaining() return val for '> 0' instead of '...Bill Meier1-7369/+7365
2011-11-09Fix some [-Wunused-but-set-variable] warnings;Bill Meier1-23/+23
2011-10-30Fixed some coding errors:Stig Bjørlykke1-2/+2
2011-10-30Fix unused variable warnings.Anders Broman1-13/+11
2011-10-30From Lori Tribble:Anders Broman1-63/+652
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-09-12From Danny Breton: Property name time-synchronization-interval(204) is incorr...Bill Meier1-1/+1
2011-09-07From Lori Tribble:Anders Broman1-0/+7